Searched refs:WLAN_EID_SSID (Results 1 - 25 of 37) sorted by relevance

12

/drivers/staging/vt6655/
H A D80211mgr.c140 case WLAN_EID_SSID:
376 case WLAN_EID_SSID:
561 case WLAN_EID_SSID:
642 case WLAN_EID_SSID:
739 case WLAN_EID_SSID:
H A Dwpactl.c694 pItemSSID->byElementID = WLAN_EID_SSID;
H A Diwctl.c160 pItemSSID->byElementID = WLAN_EID_SSID;
820 pItemSSID->byElementID = WLAN_EID_SSID;
H A Dwcmd.c382 pItemSSID->byElementID = WLAN_EID_SSID;
/drivers/net/wireless/orinoco/
H A Dscan.c93 ie_buf[0] = WLAN_EID_SSID;
/drivers/staging/wlan-ng/
H A Dp80211mgmt.h108 #define WLAN_EID_SSID 0 macro
H A Dcfg80211.c417 ie_buf[0] = WLAN_EID_SSID;
/drivers/net/wireless/iwlwifi/mvm/
H A Dscan.c142 cmd_ssid[fw_idx].id = WLAN_EID_SSID;
240 *pos++ = WLAN_EID_SSID;
750 direct_scan[i].id = WLAN_EID_SSID;
765 direct_scan[i].id = WLAN_EID_SSID;
1145 *pos++ = WLAN_EID_SSID;
/drivers/staging/rtl8712/
H A Dieee80211.h347 #define WLAN_EID_SSID 0 macro
/drivers/staging/rtl8723au/core/
H A Drtw_mlme_ext.c751 ie = cfg80211_find_ie(WLAN_EID_SSID, mgmt->u.probe_req.variable, len);
1282 case WLAN_EID_SSID:
1408 p = cfg80211_find_ie(WLAN_EID_SSID, pos, left);
2332 ssid_ie = rtw_get_ie23a(ies, WLAN_EID_SSID, &ssid_len_ori, ies_len);
2450 pframe = rtw_set_ie23a(pframe, WLAN_EID_SSID,
2594 WLAN_EID_SSID, &ssid_ielen,
2625 pframe = rtw_set_ie23a(pframe, WLAN_EID_SSID,
2732 pframe = rtw_set_ie23a(pframe, WLAN_EID_SSID, pssid->ssid_len,
2735 pframe = rtw_set_ie23a(pframe, WLAN_EID_SSID, 0, NULL,
3148 pframe = rtw_set_ie23a(pframe, WLAN_EID_SSID,
[all...]
H A Drtw_ieee80211.c368 ie = rtw_set_ie23a(ie, WLAN_EID_SSID, pdev_network->Ssid.ssid_len,
H A Drtw_ap.c100 p = rtw_get_ie23a(pie, WLAN_EID_SSID,
841 p = rtw_get_ie23a(ie, WLAN_EID_SSID, &ie_len, pbss_network->IELength);
H A Drtw_wlan_util.c921 p = cfg80211_find_ie(WLAN_EID_SSID, mgmt->u.beacon.variable, pie_len);
/drivers/net/wireless/iwlwifi/dvm/
H A Dscan.c617 *pos++ = WLAN_EID_SSID;
742 scan->direct_scan[p].id = WLAN_EID_SSID;
/drivers/net/wireless/libertas/
H A Dcfg.c630 if (id == WLAN_EID_SSID) {
1143 ssid_eid = ieee80211_bss_get_ie(bss, WLAN_EID_SSID);
1719 *fake++ = WLAN_EID_SSID;
/drivers/net/wireless/cw1200/
H A Dscan.c421 (u8 *)cfg80211_find_ie(WLAN_EID_SSID, ies, ies_len);
/drivers/staging/rtl8723au/hal/
H A Drtl8723a_cmd.c250 pframe = rtw_set_ie23a(pframe, WLAN_EID_SSID,
/drivers/net/wireless/ath/wil6210/
H A Dcfg80211.c379 ssid_eid = ieee80211_bss_get_ie(bss, WLAN_EID_SSID);
/drivers/net/wireless/hostap/
H A Dhostap_80211_rx.c414 case WLAN_EID_SSID:
/drivers/staging/rtl8188eu/include/
H A Dieee80211.h528 #define WLAN_EID_SSID 0 macro
/drivers/net/wireless/mwifiex/
H A Djoin.c422 ssid_tlv->header.type = cpu_to_le16(WLAN_EID_SSID);
H A Dscan.c1185 case WLAN_EID_SSID:
/drivers/staging/rtl8188eu/core/
H A Drtw_ieee80211.c978 case WLAN_EID_SSID:
/drivers/net/wireless/ti/wlcore/
H A Dmain.c2832 const u8 *ptr = cfg80211_find_ie(WLAN_EID_SSID, skb->data + offset,
3890 ptr = cfg80211_find_ie(WLAN_EID_SSID, probe_rsp_data + ie_offset,
3903 probe_rsp_templ[ssid_ie_offset] = WLAN_EID_SSID;
/drivers/net/wireless/ipw2x00/
H A Dlibipw_rx.c1144 case WLAN_EID_SSID:
1153 LIBIPW_DEBUG_MGMT("WLAN_EID_SSID: '%*pE' len=%d.\n",

Completed in 293 milliseconds

12