Home
last modified time | relevance | path

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

/drivers/staging/vt6655/
Dwmgr.c1782 sERP.byERP = sFrame.pERP->byContext; in s_vMgrRxBeacon()
1911 (pMgmt->byERPContext != sFrame.pERP->byContext)) { in s_vMgrRxBeacon()
1913 pMgmt->byERPContext = sFrame.pERP->byContext; in s_vMgrRxBeacon()
3055 sFrame.pERP->byContext = 0; in s_MgrMakeBeacon()
3057 sFrame.pERP->byContext |= WLAN_EID_ERP_USE_PROTECTION; in s_MgrMakeBeacon()
3059 sFrame.pERP->byContext |= WLAN_EID_ERP_NONERP_PRESENT; in s_MgrMakeBeacon()
3061 sFrame.pERP->byContext |= WLAN_EID_ERP_BARKER_MODE; in s_MgrMakeBeacon()
3183 sFrame.pERP->byContext = 0; in s_MgrMakeProbeResponse()
3185 sFrame.pERP->byContext |= WLAN_EID_ERP_USE_PROTECTION; in s_MgrMakeProbeResponse()
3187 sFrame.pERP->byContext |= WLAN_EID_ERP_NONERP_PRESENT; in s_MgrMakeProbeResponse()
[all …]
D80211mgr.h323 unsigned char byContext; member