Home
last modified time | relevance | path

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

/drivers/staging/vt6656/
Dhostap.c165 if (pDevice->bEnableHostapd == val) in vt6656_hostap_set_hostapd()
168 pDevice->bEnableHostapd = val; in vt6656_hostap_set_hostapd()
Ddevice.h756 int bEnableHostapd; member
Dwmgr.c563 if (pDevice->bEnableHostapd) { in s_vMgrRxAssocRequest()
711 if (pDevice->bEnableHostapd) { in s_vMgrRxReAssocRequest()
1097 if (pDevice->bEnableHostapd) { in s_vMgrRxAuthenSequence_1()
1279 if (pDevice->bEnableHostapd) { in s_vMgrRxAuthenSequence_3()
2955 if ((pMgmt->eCurrMode == WMAC_MODE_ESS_AP) && (pDevice->bEnableHostapd == true)) { in s_MgrMakeBeacon()
3075 if ((pMgmt->eCurrMode == WMAC_MODE_ESS_AP) && (pDevice->bEnableHostapd == true)) { in s_MgrMakeProbeResponse()
Ddpc.c539 if (pDevice->bEnableHostapd) { in RXbBulkInProcessData()
Diwctl.c390 if (pMgmt->eCurrMode == WMAC_MODE_ESS_AP && pDevice->bEnableHostapd) { in iwctl_siwmode()
/drivers/staging/vt6655/
Dhostap.c178 if (pDevice->bEnableHostapd == val) in vt6655_hostap_set_hostapd()
181 pDevice->bEnableHostapd = val; in vt6655_hostap_set_hostapd()
Ddevice.h758 bool bEnableHostapd; member
Dwmgr.c772 if (pDevice->bEnableHostapd) { in s_vMgrRxAssocRequest()
927 if (pDevice->bEnableHostapd) { in s_vMgrRxReAssocRequest()
1343 if (pDevice->bEnableHostapd) { in s_vMgrRxAuthenSequence_1()
1526 if (pDevice->bEnableHostapd) { in s_vMgrRxAuthenSequence_3()
3227 if ((pMgmt->eCurrMode == WMAC_MODE_ESS_AP) && (pDevice->bEnableHostapd == true)) { in s_MgrMakeBeacon()
3411 if ((pMgmt->eCurrMode == WMAC_MODE_ESS_AP) && (pDevice->bEnableHostapd == true)) { in s_MgrMakeProbeResponse()
Ddpc.c580 if (pDevice->bEnableHostapd) { in device_receive_frame()
Diwctl.c434 if (pMgmt->eCurrMode == WMAC_MODE_ESS_AP && pDevice->bEnableHostapd) { in iwctl_siwmode()
Ddevice_main.c1585 if (pDevice->bEnableHostapd) { in device_tx_srv()