Home
last modified time | relevance | path

Searched refs:bEnableHostapd (Results 1 – 6 of 6) sorted by relevance

/drivers/staging/vt6655/
Dhostap.c178 if (pDevice->bEnableHostapd == val) in vt6655_hostap_set_hostapd()
181 pDevice->bEnableHostapd = val; in vt6655_hostap_set_hostapd()
Ddevice.h709 bool bEnableHostapd; member
Dwmgr.c745 if (pDevice->bEnableHostapd) in s_vMgrRxAssocRequest()
894 if (pDevice->bEnableHostapd) in s_vMgrRxReAssocRequest()
1302 if (pDevice->bEnableHostapd) in s_vMgrRxAuthenSequence_1()
1473 if (pDevice->bEnableHostapd) in s_vMgrRxAuthenSequence_3()
3072 if ((pMgmt->eCurrMode == WMAC_MODE_ESS_AP) && pDevice->bEnableHostapd) { in s_MgrMakeBeacon()
3254 if ((pMgmt->eCurrMode == WMAC_MODE_ESS_AP) && pDevice->bEnableHostapd) { in s_MgrMakeProbeResponse()
Ddpc.c533 if (pDevice->bEnableHostapd) { in device_receive_frame()
Diwctl.c436 if (pMgmt->eCurrMode == WMAC_MODE_ESS_AP && pDevice->bEnableHostapd) { in iwctl_siwmode()
Ddevice_main.c1459 if (pDevice->bEnableHostapd) { in device_tx_srv()