Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/staging/vt6655/
Dvntwifi.c702 bool b11hEnable in VNTWIFIvSet11h() argument
707 pMgmt->b11hEnable = b11hEnable; in VNTWIFIvSet11h()
Dvntwifi.h280 bool b11hEnable
Dwmgr.h380 bool b11hEnable; member
Ddevice.h766 bool b11hEnable; member
Dchannel.c447 if ((pDevice->dwDiagRefCount != 0) || (pDevice->b11hEnable == true)) { in init_channel_table()
Dbssdb.c530 (pMgmt->b11hEnable == true)) { in BSSbInsertToBSSList()
706 (pMgmt->b11hEnable == true)) { in BSSbUpdateToBSSList()
Dwmgr.c499 if (pMgmt->b11hEnable == true) in vMgrAssocBeginSta()
578 if (pMgmt->b11hEnable == true) in vMgrReAssocBeginSta()
2624 if ((pMgmt->b11hEnable == true) && in vMgrCreateOwnIBSS()
3343 if ((pMgmt->b11hEnable == true) && in s_MgrMakeBeacon()
3547 if ((pMgmt->b11hEnable == true) && in s_MgrMakeProbeResponse()
3713 if (pMgmt->b11hEnable == true) { in s_MgrMakeAssocRequest()
Dwcmd.c453 if ((pMgmt->b11hEnable == false) || in vCommandTimer()
Ddevice_main.c452 pDevice->b11hEnable = (pDevice->sOpts.flags & DEVICE_FLAGS_80211h_MODE) ? 1 : 0; in device_set_options()
479 DBG_PRT(MSG_LEVEL_DEBUG, KERN_INFO" pDevice->b11hEnable= %d\n",(int)pDevice->b11hEnable); in device_set_options()
/linux-2.6.39/drivers/staging/vt6656/
Dwmgr.h383 BOOL b11hEnable; member
Ddevice.h812 BOOL b11hEnable; member
Dwcmd.c461 if ((pMgmt->b11hEnable == FALSE) || in vRunCommand()
Dmain_usb.c317 pDevice->b11hEnable = X80211h_MODE_DEF; in device_set_options()
Dwmgr.c437 if (pMgmt->b11hEnable == TRUE) in vMgrAssocBeginSta()
513 if (pMgmt->b11hEnable == TRUE) in vMgrReAssocBeginSta()