Searched refs:WpaCtrl (Results 1 – 9 of 9) sorted by relevance
/ohos5.0/drivers/peripheral/wlan/wpa/interfaces/hdi_service/service_common/ |
H A D | hdi_wpa_hal.h | 46 WpaCtrl staCtrl; 47 WpaCtrl p2pCtrl; 48 WpaCtrl chbaCtrl; 49 WpaCtrl commonCtrl; 62 WpaCtrl *GetStaCtrl(void); 63 WpaCtrl *GetP2pCtrl(void); 64 WpaCtrl *GetChbaCtrl(void); 65 WpaCtrl *GetCommonCtrl(void);
|
H A D | hdi_wpa_common.h | 34 } WpaCtrl; typedef 43 int InitWpaCtrl(WpaCtrl *pCtrl, const char *ifname); 44 void ReleaseWpaCtrl(WpaCtrl *pCtrl);
|
H A D | hdi_wpa_common.c | 76 void ReleaseWpaCtrl(WpaCtrl *pCtrl) in ReleaseWpaCtrl() 92 int InitWpaCtrl(WpaCtrl *pCtrl, const char *ifname) in InitWpaCtrl() 113 static int StaCliCmd(WpaCtrl *ctrl, const char *cmd, char *buf, size_t bufLen) in StaCliCmd() 140 static int P2pCliCmd(WpaCtrl *ctrl, const char *cmd, char *buf, size_t bufLen) in P2pCliCmd() 167 static int ChbaCliCmd(WpaCtrl *ctrl, const char *cmd, char *buf, size_t bufLen) in ChbaCliCmd() 194 static int CommonCliCmd(WpaCtrl *ctrl, const char *cmd, char *buf, size_t bufLen) in CommonCliCmd()
|
H A D | hdi_wpa_hal.c | 241 WpaCtrl *GetStaCtrl(void) in GetStaCtrl() 251 WpaCtrl *GetP2pCtrl(void) in GetP2pCtrl() 261 WpaCtrl *GetChbaCtrl(void) in GetChbaCtrl() 271 WpaCtrl *GetCommonCtrl(void) in GetCommonCtrl()
|
/ohos5.0/foundation/communication/wifi/wifi/relation_services/wifi_hal_service/wifi_hal_module/wpa_supplicant_hal/ |
H A D | wifi_wpa_common.h | 33 } WpaCtrl; typedef 42 int InitWpaCtrl(WpaCtrl *pCtrl, const char *ifname); 43 void ReleaseWpaCtrl(WpaCtrl *pCtrl);
|
H A D | wifi_wpa_hal.h | 46 WpaCtrl wpaCtrl; 60 WpaCtrl *GetWpaCtrl(void);
|
H A D | wifi_wpa_common.c | 106 void ReleaseWpaCtrl(WpaCtrl *pCtrl) in ReleaseWpaCtrl() 122 int InitWpaCtrl(WpaCtrl *pCtrl, const char *ifname) in InitWpaCtrl() 165 WpaCtrl *ctrl = GetWpaCtrl(); in WpaCliCmd()
|
H A D | wifi_wpa_hal.c | 1117 WpaCtrl *GetWpaCtrl(void) in GetWpaCtrl()
|
/ohos5.0/foundation/communication/wifi/wifi/test/wifi_standard/wifi_hal/unittest/ |
H A D | wifi_wpa_common_test.cpp | 56 WpaCtrl *pCtrl = nullptr; 63 WpaCtrl pCtrl;
|