Home
last modified time | relevance | path

Searched refs:WpaCtrl (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/drivers/peripheral/wlan/wpa/interfaces/hdi_service/service_common/
H A Dhdi_wpa_hal.h46 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 Dhdi_wpa_common.h34 } WpaCtrl; typedef
43 int InitWpaCtrl(WpaCtrl *pCtrl, const char *ifname);
44 void ReleaseWpaCtrl(WpaCtrl *pCtrl);
H A Dhdi_wpa_common.c76 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 Dhdi_wpa_hal.c241 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 Dwifi_wpa_common.h33 } WpaCtrl; typedef
42 int InitWpaCtrl(WpaCtrl *pCtrl, const char *ifname);
43 void ReleaseWpaCtrl(WpaCtrl *pCtrl);
H A Dwifi_wpa_hal.h46 WpaCtrl wpaCtrl;
60 WpaCtrl *GetWpaCtrl(void);
H A Dwifi_wpa_common.c106 void ReleaseWpaCtrl(WpaCtrl *pCtrl) in ReleaseWpaCtrl()
122 int InitWpaCtrl(WpaCtrl *pCtrl, const char *ifname) in InitWpaCtrl()
165 WpaCtrl *ctrl = GetWpaCtrl(); in WpaCliCmd()
H A Dwifi_wpa_hal.c1117 WpaCtrl *GetWpaCtrl(void) in GetWpaCtrl()
/ohos5.0/foundation/communication/wifi/wifi/test/wifi_standard/wifi_hal/unittest/
H A Dwifi_wpa_common_test.cpp56 WpaCtrl *pCtrl = nullptr;
63 WpaCtrl pCtrl;