Searched defs:stWifiWpaChbaInterface (Results 1 – 1 of 1) sorted by relevance
31 struct stWifiWpaChbaInterface { struct32 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);