Home
last modified time | relevance | path

Searched refs:b11hEnable (Results 1 – 9 of 9) sorted by relevance

/drivers/staging/vt6655/
Dvntwifi.c624 bool b11hEnable in VNTWIFIvSet11h() argument
629 pMgmt->b11hEnable = b11hEnable; in VNTWIFIvSet11h()
Dvntwifi.h253 bool b11hEnable
Dwmgr.h303 bool b11hEnable; member
Ddevice.h668 bool b11hEnable; member
Dchannel.c440 if ((pDevice->dwDiagRefCount != 0) || pDevice->b11hEnable) { in init_channel_table()
Dbssdb.c469 if ((pIE_Country != NULL) && pMgmt->b11hEnable) { in BSSbInsertToBSSList()
634 if ((pIE_Country != NULL) && pMgmt->b11hEnable) { in BSSbUpdateToBSSList()
Dwmgr.c462 if (pMgmt->b11hEnable) in vMgrAssocBeginSta()
530 if (pMgmt->b11hEnable) in vMgrReAssocBeginSta()
2382 if (pMgmt->b11hEnable && in vMgrCreateOwnIBSS()
2998 if (pMgmt->b11hEnable && (pMgmt->eCurrentPHYMode == PHY_TYPE_11A)) { in s_MgrMakeBeacon()
3192 if (pMgmt->b11hEnable && (pMgmt->eCurrentPHYMode == PHY_TYPE_11A)) { in s_MgrMakeProbeResponse()
3352 if (pMgmt->b11hEnable) { in s_MgrMakeAssocRequest()
Dwcmd.c406 if (!pMgmt->b11hEnable || in vCommandTimer()
Ddevice_main.c378 pDevice->b11hEnable = (pDevice->sOpts.flags & DEVICE_FLAGS_80211h_MODE) ? 1 : 0; in device_set_options()
400 pr_debug(" pDevice->b11hEnable= %d\n", (int)pDevice->b11hEnable); in device_set_options()