Searched refs:WLAN_EID_RSN (Results 1 - 25 of 27) sorted by relevance

12

/drivers/staging/vt6655/
H A Dwpa2.c122 if ((pRSN->byElementID == WLAN_EID_RSN) && (pRSN->wVersion == 1))
134 if ((pRSN->byElementID == WLAN_EID_RSN) &&
280 pRSNIEs->byElementID = WLAN_EID_RSN;
H A D80211mgr.c168 case WLAN_EID_RSN:
386 case WLAN_EID_RSN:
571 case WLAN_EID_RSN:
764 case WLAN_EID_RSN:
H A Dhostap.c363 (pMgmt->abyWPAIE[0] == WLAN_EID_RSN)) {
H A Dwmgr.c3444 sFrame.pRSN->byElementID = WLAN_EID_RSN;
3687 sFrame.pRSN->byElementID = WLAN_EID_RSN;
/drivers/staging/rtl8723au/core/
H A Drtw_ieee80211.c536 if (*rsn_ie != WLAN_EID_RSN || *(rsn_ie+1) != (u8)(rsn_ie_len - 2)) {
718 pbuf = cfg80211_find_ie(WLAN_EID_RSN, pie, plen);
767 p = cfg80211_find_ie(WLAN_EID_RSN, pie, pie_len);
H A Drtw_wlan_util.c961 p = cfg80211_find_ie(WLAN_EID_RSN, mgmt->u.beacon.variable, pie_len);
1069 case WLAN_EID_RSN:
1103 case WLAN_EID_RSN:
1138 case WLAN_EID_RSN:
H A Drtw_mlme.c2025 authmode = WLAN_EID_RSN;
2033 authmode == WLAN_EID_RSN) {
2044 if (authmode == WLAN_EID_RSN)
H A Drtw_ap.c897 p = rtw_get_ie23a(ie, WLAN_EID_RSN, &ie_len,
1283 case WLAN_EID_RSN:
H A Drtw_mlme_ext.c1297 case WLAN_EID_RSN:
1468 wpa_ie = cfg80211_find_ie(WLAN_EID_RSN, pos, left);
3224 p = cfg80211_find_ie(WLAN_EID_RSN, pie, pie_len);
3226 pframe = rtw_set_ie23a(pframe, WLAN_EID_RSN, p[1], p + 2,
/drivers/net/wireless/mwifiex/
H A Dscan.c125 ieee_hdr.element_id == WLAN_EID_RSN))) {
205 WLAN_EID_RSN)) &&
275 ((*(bss_desc->bcn_rsn_ie)).ieee_hdr.element_id == WLAN_EID_RSN))) {
313 ((*(bss_desc->bcn_rsn_ie)).ieee_hdr.element_id != WLAN_EID_RSN)) &&
334 ((*(bss_desc->bcn_rsn_ie)).ieee_hdr.element_id != WLAN_EID_RSN)) &&
1309 case WLAN_EID_RSN:
H A Die.c341 rsn_ie = (void *)cfg80211_find_ie(WLAN_EID_RSN,
H A Dsta_ioctl.c753 } else if (priv->wpa_ie[0] == WLAN_EID_RSN) {
1316 (pvendor_ie->element_id == WLAN_EID_RSN)) {
H A Dtdls.c872 case WLAN_EID_RSN:
/drivers/staging/rtl8712/
H A Dieee80211.h355 #define WLAN_EID_RSN 48 macro
/drivers/net/wireless/ath/ath6kl/
H A Dmain.c453 if (pos[0] == WLAN_EID_RSN)
588 WLAN_EID_RSN, WMI_RSN_IE_CAPB,
H A Dcfg80211.c311 return pos[0] == WLAN_EID_RSN;
2706 rsn_ie = cfg80211_find_ie(WLAN_EID_RSN, beacon->tail, beacon->tail_len);
2929 WLAN_EID_RSN, WMI_RSN_IE_CAPB,
/drivers/net/wireless/ath/wil6210/
H A Dcfg80211.c387 cfg80211_find_ie(WLAN_EID_RSN, sme->ie, sme->ie_len) :
/drivers/net/wireless/hostap/
H A Dhostap_80211_rx.c426 case WLAN_EID_RSN:
/drivers/staging/rtl8188eu/include/
H A Dieee80211.h550 #define WLAN_EID_RSN 48 macro
/drivers/net/ethernet/toshiba/
H A Dps3_gelic_wireless.c453 *buf++ = WLAN_EID_RSN;
551 case WLAN_EID_RSN:
/drivers/staging/rtl8188eu/core/
H A Drtw_ieee80211.c1022 case WLAN_EID_RSN:
/drivers/net/wireless/ipw2x00/
H A Dlibipw_rx.c1268 case WLAN_EID_RSN:
1269 LIBIPW_DEBUG_MGMT("WLAN_EID_RSN: %d bytes\n",
/drivers/net/wireless/brcm80211/brcmfmac/
H A Dwl_cfg80211.c1646 WLAN_EID_RSN);
3830 settings->beacon.tail_len, WLAN_EID_RSN);
/drivers/net/wireless/ath/ath10k/
H A Dmac.c1103 rsnie = ieee80211_bss_get_ie(bss, WLAN_EID_RSN);
/drivers/staging/rtl8188eu/os_dep/
H A Dioctl_linux.c2668 if ((psta->wpa_ie[0] == WLAN_EID_RSN) || (psta->wpa_ie[0] == WLAN_EID_GENERIC)) {

Completed in 214 milliseconds

12