Home
last modified time | relevance | path

Searched defs:stWifiWpaChbaInterface (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/foundation/communication/wifi/wifi/relation_services/wifi_hal_service/wifi_hal_module/wpa_supplicant_hal/wpa_sta_hal/
H A Dwifi_common_hal.h31 struct stWifiWpaChbaInterface { struct
32 char ifname[WIFI_IFACE_NAME_MAXLEN];
33 ChbaSupplicantErrCode (*wpaChbaCliCmdCreateGroup)(WifiWpaChbaInterface *p, int freq);
34 ChbaSupplicantErrCode (*wpaChbaCliCmdRemoveGroup)(WifiWpaChbaInterface *p, const char *ifname);
35 …SupplicantErrCode (*wpaChbaCliCmdConnect)(WifiWpaChbaInterface *p, const ChbaConnectInfo *connect);
36 …rCode (*wpaChbaCliCmdDisConnect)(WifiWpaChbaInterface *p, const char *ifname, const char *address);
37 …de (*wpaChbaCliCmdConnectNotify)(WifiWpaChbaInterface *p, const ChbaConnNotifyInfo *connectNotify);