Home
last modified time | relevance | path

Searched refs:staCtrl (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/drivers/peripheral/wlan/wpa/interfaces/hdi_service/service_common/
H A Dhdi_wpa_hal.c73 if (p->staCtrl.pSend != NULL && p->p2pCtrl.pSend != NULL && p->chbaCtrl.pSend != NULL && in WpaCliConnect()
80 …if (!InitWpaCtrl(&p->staCtrl, WPA_CTRL_OPEN_IFNAME) && !InitWpaCtrl(&p->p2pCtrl, WPA_CTRL_OPEN_IFN… in WpaCliConnect()
105 ReleaseWpaCtrl(&p->staCtrl); in WpaCliClose()
248 return &g_wpaInterface->staCtrl; in GetStaCtrl()
291 ReleaseWpaCtrl(&(g_wpaInterface->staCtrl)); in ReleaseIfaceCtrl()
H A Dhdi_wpa_hal.h46 WpaCtrl staCtrl; member