Home
last modified time | relevance | path

Searched refs:wpa_ctrl (Results 1 – 11 of 11) sorted by relevance

/ohos5.0/foundation/communication/wifi/wifi/test/wifi_standard/wifi_hal/unittest/
H A Dmock_wpa_ctrl.cpp121 void MockWpaCallback(struct wpa_ctrl *send, const char *message) in MockWpaCallback()
141 struct wpa_ctrl *wpa_ctrl_open(const char *ctrl_path) in wpa_ctrl_open()
144 struct wpa_ctrl *ctrl = (struct wpa_ctrl *)calloc(1, sizeof(struct wpa_ctrl)); in wpa_ctrl_open()
164 struct wpa_ctrl * wpa_ctrl_open2(const char *ctrl_path, const char *cli_path) in wpa_ctrl_open2()
170 void wpa_ctrl_close(struct wpa_ctrl *ctrl) in wpa_ctrl_close()
215 int wpa_ctrl_request(struct wpa_ctrl *ctrl, const char *cmd, size_t cmd_len, char *reply, size_t *r… in wpa_ctrl_request()
240 int wpa_ctrl_attach(struct wpa_ctrl *ctrl) in wpa_ctrl_attach()
246 int wpa_ctrl_detach(struct wpa_ctrl *ctrl) in wpa_ctrl_detach()
252 int wpa_ctrl_recv(struct wpa_ctrl *ctrl, char *reply, size_t *reply_len) in wpa_ctrl_recv()
270 int wpa_ctrl_pending(struct wpa_ctrl *ctrl) in wpa_ctrl_pending()
[all …]
H A Dmock_wpa_ctrl.h26 struct wpa_ctrl { struct
36 void MockWpaCallback(struct wpa_ctrl *send, const char *message); argument
H A Dwifi_wpa_hal_test.h25 struct wpa_ctrl { struct
54 int MyWpaCtrlPending(struct wpa_ctrl *ctrl);
H A Dwifi_wpa_hal_test.cpp251 wpa_ctrl ctrl;
/ohos5.0/drivers/peripheral/wlan/wpa/interfaces/hdi_service/service_common/
H A Dhdi_wpa_common.h32 struct wpa_ctrl *pSend;
33 struct wpa_ctrl *pRecv;
/ohos5.0/foundation/communication/wifi/wifi/relation_services/wifi_hal_service/wifi_hal_module/wpa_supplicant_hal/
H A Dwifi_wpa_common.h31 struct wpa_ctrl *pSend;
32 struct wpa_ctrl *pRecv;
H A Dwifi_wpa_hal.c787 static int MyWpaCtrlPending(struct wpa_ctrl *ctrl) in MyWpaCtrlPending()
/ohos5.0/foundation/communication/wifi/wifi/relation_services/wifi_hal_service/wifi_hal_module/hostapd_hal/
H A Dwifi_hostapd_hal.h69 struct wpa_ctrl *ctrlConn;
70 struct wpa_ctrl *ctrlRecv;
H A Dwifi_hostapd_hal.c131 static int MyWpaCtrlPending(struct wpa_ctrl *ctrl) in MyWpaCtrlPending()
194 struct wpa_ctrl *ctrl = halDeviceInfo->hostapdHalDev->ctrlRecv; in HostapdReceiveCallback()
354 static int WpaCtrlCommand(struct wpa_ctrl *ctrl, const char *cmd, char *buf, size_t bufSize) in WpaCtrlCommand()
/ohos5.0/drivers/peripheral/wlan/hostapd/interfaces/hdi_service/service_common/
H A Dhdi_hostapd_hal.h102 struct wpa_ctrl *ctrlConn;
103 struct wpa_ctrl *ctrlRecv;
H A Dhdi_hostapd_hal.c218 static int WpaCtrlCommand(struct wpa_ctrl *ctrl, const char *cmd, char *buf, size_t bufSize) in WpaCtrlCommand()