/drivers/staging/vt6655/ |
D | wpa2.c | 122 if ((pRSN->byElementID == WLAN_EID_RSN) && (pRSN->wVersion == 1)) in WPA2vParseRSN() 134 if ((pRSN->byElementID == WLAN_EID_RSN) && in WPA2vParseRSN() 280 pRSNIEs->byElementID = WLAN_EID_RSN; in WPA2uSetIEs()
|
D | 80211mgr.c | 168 case WLAN_EID_RSN: in vMgrDecodeBeacon() 386 case WLAN_EID_RSN: in vMgrDecodeAssocRequest() 571 case WLAN_EID_RSN: in vMgrDecodeReassocRequest() 764 case WLAN_EID_RSN: in vMgrDecodeProbeResponse()
|
D | hostap.c | 363 (pMgmt->abyWPAIE[0] == WLAN_EID_RSN)) { in hostap_set_generic_element()
|
D | wmgr.c | 3444 sFrame.pRSN->byElementID = WLAN_EID_RSN; in s_MgrMakeAssocRequest() 3687 sFrame.pRSN->byElementID = WLAN_EID_RSN; in s_MgrMakeReAssocRequest()
|
/drivers/staging/rtl8723au/core/ |
D | rtw_ieee80211.c | 536 if (*rsn_ie != WLAN_EID_RSN || *(rsn_ie+1) != (u8)(rsn_ie_len - 2)) { in rtw_parse_wpa2_ie23a() 718 pbuf = cfg80211_find_ie(WLAN_EID_RSN, pie, plen); in rtw_get_cipher_info() 767 p = cfg80211_find_ie(WLAN_EID_RSN, pie, pie_len); in rtw_get_bcn_info23a()
|
D | rtw_wlan_util.c | 961 p = cfg80211_find_ie(WLAN_EID_RSN, mgmt->u.beacon.variable, pie_len); in rtw_check_bcn_info23a() 1069 case WLAN_EID_RSN: in is_ap_in_tkip23a() 1103 case WLAN_EID_RSN: in should_forbid_n_rate23a() 1138 case WLAN_EID_RSN: in is_ap_in_wep23a()
|
D | rtw_mlme.c | 2025 authmode = WLAN_EID_RSN; in rtw_restruct_sec_ie23a() 2033 authmode == WLAN_EID_RSN) { in rtw_restruct_sec_ie23a() 2044 if (authmode == WLAN_EID_RSN) in rtw_restruct_sec_ie23a()
|
D | rtw_ap.c | 897 p = rtw_get_ie23a(ie, WLAN_EID_RSN, &ie_len, in rtw_check_beacon_data23a() 1283 case WLAN_EID_RSN: in update_beacon23a()
|
D | rtw_mlme_ext.c | 1297 case WLAN_EID_RSN: in rtw_validate_frame_ies() 1468 wpa_ie = cfg80211_find_ie(WLAN_EID_RSN, pos, left); in OnAssocReq23a() 3224 p = cfg80211_find_ie(WLAN_EID_RSN, pie, pie_len); in issue_assocreq() 3226 pframe = rtw_set_ie23a(pframe, WLAN_EID_RSN, p[1], p + 2, in issue_assocreq()
|
/drivers/net/wireless/mwifiex/ |
D | scan.c | 125 ieee_hdr.element_id == WLAN_EID_RSN))) { in mwifiex_is_rsn_oui_present() 205 WLAN_EID_RSN)) && in mwifiex_is_bss_no_sec() 275 ((*(bss_desc->bcn_rsn_ie)).ieee_hdr.element_id == WLAN_EID_RSN))) { in mwifiex_is_bss_wpa2() 313 ((*(bss_desc->bcn_rsn_ie)).ieee_hdr.element_id != WLAN_EID_RSN)) && in mwifiex_is_bss_adhoc_aes() 334 ((*(bss_desc->bcn_rsn_ie)).ieee_hdr.element_id != WLAN_EID_RSN)) && in mwifiex_is_bss_dynamic_wep() 1309 case WLAN_EID_RSN: in mwifiex_update_bss_desc_with_ie()
|
D | ie.c | 341 rsn_ie = (void *)cfg80211_find_ie(WLAN_EID_RSN, in mwifiex_set_mgmt_ies()
|
D | sta_ioctl.c | 753 } else if (priv->wpa_ie[0] == WLAN_EID_RSN) { in mwifiex_set_wpa_ie_helper() 1314 (pvendor_ie->element_id == WLAN_EID_RSN)) { in mwifiex_set_gen_ie_helper()
|
D | tdls.c | 872 case WLAN_EID_RSN: in mwifiex_process_tdls_action_frame()
|
/drivers/staging/rtl8712/ |
D | ieee80211.h | 355 #define WLAN_EID_RSN 48 macro
|
/drivers/net/wireless/ath/ath6kl/ |
D | main.c | 453 if (pos[0] == WLAN_EID_RSN) in ath6kl_connect_ap_mode_sta() 588 WLAN_EID_RSN, WMI_RSN_IE_CAPB, in ath6kl_commit_ch_switch()
|
D | cfg80211.c | 311 return pos[0] == WLAN_EID_RSN; in ath6kl_is_rsn_ie() 2706 rsn_ie = cfg80211_find_ie(WLAN_EID_RSN, beacon->tail, beacon->tail_len); in ath6kl_get_rsn_capab() 2929 WLAN_EID_RSN, WMI_RSN_IE_CAPB, in ath6kl_start_ap()
|
/drivers/staging/rtl8188eu/include/ |
D | ieee80211.h | 550 #define WLAN_EID_RSN 48 macro
|
/drivers/net/wireless/ath/wil6210/ |
D | cfg80211.c | 387 cfg80211_find_ie(WLAN_EID_RSN, sme->ie, sme->ie_len) : in wil_cfg80211_connect()
|
/drivers/net/ethernet/toshiba/ |
D | ps3_gelic_wireless.c | 453 *buf++ = WLAN_EID_RSN; in gelic_wl_synthesize_ie() 551 case WLAN_EID_RSN: in gelic_wl_parse_ie()
|
/drivers/net/wireless/hostap/ |
D | hostap_80211_rx.c | 426 case WLAN_EID_RSN: in hostap_rx_sta_beacon()
|
/drivers/staging/rtl8188eu/core/ |
D | rtw_ieee80211.c | 1022 case WLAN_EID_RSN: in rtw_ieee802_11_parse_elems()
|
/drivers/net/wireless/ipw2x00/ |
D | libipw_rx.c | 1268 case WLAN_EID_RSN: in libipw_parse_info_param()
|
/drivers/net/wireless/brcm80211/brcmfmac/ |
D | wl_cfg80211.c | 1646 WLAN_EID_RSN); in brcmf_cfg80211_connect() 3830 settings->beacon.tail_len, WLAN_EID_RSN); in brcmf_cfg80211_start_ap()
|
/drivers/staging/rtl8723au/os_dep/ |
D | ioctl_cfg80211.c | 1630 pwpa2 = cfg80211_find_ie(WLAN_EID_RSN, pie, ielen); in rtw_cfg80211_set_wpa_ie()
|
/drivers/staging/rtl8188eu/os_dep/ |
D | ioctl_linux.c | 2662 if ((psta->wpa_ie[0] == WLAN_EID_RSN) || (psta->wpa_ie[0] == WLAN_EID_GENERIC)) { in rtw_get_sta_wpaie()
|