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 D | mock_wpa_ctrl.cpp | 121 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 D | mock_wpa_ctrl.h | 26 struct wpa_ctrl { struct 36 void MockWpaCallback(struct wpa_ctrl *send, const char *message); argument
|
H A D | wifi_wpa_hal_test.h | 25 struct wpa_ctrl { struct 54 int MyWpaCtrlPending(struct wpa_ctrl *ctrl);
|
H A D | wifi_wpa_hal_test.cpp | 251 wpa_ctrl ctrl;
|
/ohos5.0/drivers/peripheral/wlan/wpa/interfaces/hdi_service/service_common/ |
H A D | hdi_wpa_common.h | 32 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 D | wifi_wpa_common.h | 31 struct wpa_ctrl *pSend; 32 struct wpa_ctrl *pRecv;
|
H A D | wifi_wpa_hal.c | 787 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 D | wifi_hostapd_hal.h | 69 struct wpa_ctrl *ctrlConn; 70 struct wpa_ctrl *ctrlRecv;
|
H A D | wifi_hostapd_hal.c | 131 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 D | hdi_hostapd_hal.h | 102 struct wpa_ctrl *ctrlConn; 103 struct wpa_ctrl *ctrlRecv;
|
H A D | hdi_hostapd_hal.c | 218 static int WpaCtrlCommand(struct wpa_ctrl *ctrl, const char *cmd, char *buf, size_t bufSize) in WpaCtrlCommand()
|