Home
last modified time | relevance | path

Searched refs:WLAN_EID_DS_PARAMS (Results 1 – 23 of 23) sorted by relevance

/openbmc/linux/drivers/net/wireless/intersil/orinoco/
H A Dscan.c149 ie = cfg80211_find_ie(WLAN_EID_DS_PARAMS, bss->data, ie_len); in orinoco_add_extscan_result()
/openbmc/linux/drivers/net/wireless/marvell/libertas/
H A Dcfg.c665 if (id == WLAN_EID_DS_PARAMS) in lbs_ret_scan()
1721 *fake++ = WLAN_EID_DS_PARAMS; in lbs_join_post()
1818 cmd.bss.ds.header.id = WLAN_EID_DS_PARAMS; in lbs_ibss_join_existing()
1932 cmd.ds.header.id = WLAN_EID_DS_PARAMS; in lbs_ibss_start_new()
/openbmc/linux/drivers/staging/rtl8712/
H A Dieee80211.c199 ie = r8712_set_ie(ie, WLAN_EID_DS_PARAMS, 1, in r8712_generate_ie()
/openbmc/linux/drivers/staging/rtl8723bs/core/
H A Drtw_ieee80211.c332 ie = rtw_set_ie(ie, WLAN_EID_DS_PARAMS, 1, (u8 *)&(pdev_network->configuration.ds_config), &sz); in rtw_generate_ie()
876 case WLAN_EID_DS_PARAMS: in rtw_ieee802_11_parse_elems()
H A Drtw_mlme_ext.c2218 …pframe = rtw_set_ie(pframe, WLAN_EID_DS_PARAMS, 1, (unsigned char *)&(cur_network->configuration.d… in issue_beacon()
2420 …pframe = rtw_set_ie(pframe, WLAN_EID_DS_PARAMS, 1, (unsigned char *)&(cur_network->configuration.d… in issue_probersp()
2523 pframe = rtw_set_ie(pframe, WLAN_EID_DS_PARAMS, 1, &ch, &pattrib->pktlen); in _issue_probereq()
4008 p = rtw_get_ie(bssid->ies + ie_offset, WLAN_EID_DS_PARAMS, &len, bssid->ie_length - ie_offset); in collect_bss_info()
H A Drtw_wlan_util.c1228 …p = rtw_get_ie(bssid->ies + _FIXED_IE_LENGTH_, WLAN_EID_DS_PARAMS, &len, bssid->ie_length - _FIXED… in rtw_check_bcn_info()
H A Drtw_ap.c879 WLAN_EID_DS_PARAMS, &ie_len, in rtw_check_beacon_data()
/openbmc/linux/drivers/staging/rtl8723bs/hal/
H A Drtl8723b_cmd.c166 …pframe = rtw_set_ie(pframe, WLAN_EID_DS_PARAMS, 1, (unsigned char *)&(cur_network->configuration.d… in ConstructBeacon()
/openbmc/linux/net/mac80211/
H A Dutil.c1053 case WLAN_EID_DS_PARAMS: in _ieee802_11_parse_elems_full()
1133 case WLAN_EID_DS_PARAMS: in _ieee802_11_parse_elems_full()
2032 *pos++ = WLAN_EID_DS_PARAMS; in ieee80211_build_preq_ies_band()
2048 WLAN_EID_DS_PARAMS, in ieee80211_build_preq_ies_band()
H A Dibss.c130 *pos++ = WLAN_EID_DS_PARAMS; in ieee80211_ibss_build_presp()
H A Dmesh.c412 *pos++ = WLAN_EID_DS_PARAMS; in mesh_add_ds_params_ie()
/openbmc/linux/drivers/net/wireless/marvell/mwifiex/
H A Dscan.c1264 case WLAN_EID_DS_PARAMS: in mwifiex_update_bss_desc_with_ie()
1836 if (element_id == WLAN_EID_DS_PARAMS) { in mwifiex_parse_single_response_buf()
H A Djoin.c421 phy_tlv->header.type = cpu_to_le16(WLAN_EID_DS_PARAMS); in mwifiex_cmd_802_11_associate()
/openbmc/linux/drivers/net/wireless/intersil/hostap/
H A Dhostap_80211_rx.c429 case WLAN_EID_DS_PARAMS: in hostap_rx_sta_beacon()
H A Dhostap_ap.c2065 if (*u == WLAN_EID_DS_PARAMS) { in handle_beacon()
/openbmc/linux/drivers/net/wireless/intel/ipw2x00/
H A Dlibipw_rx.c1182 case WLAN_EID_DS_PARAMS: in libipw_parse_info_param()
/openbmc/linux/drivers/net/wireless/microchip/wilc1000/
H A Dhif.c557 ch_elm = cfg80211_find_ie(WLAN_EID_DS_PARAMS, ies, ies_len); in handle_rcvd_ntwrk_info()
/openbmc/linux/drivers/net/wireless/atmel/
H A Dat76c50x-usb.c1539 el = cfg80211_find_ie(WLAN_EID_DS_PARAMS, el, len); in at76_guess_freq()
/openbmc/linux/drivers/staging/ks7010/
H A Dks_hostif.c306 case WLAN_EID_DS_PARAMS: in get_ap_information()
/openbmc/linux/include/linux/
H A Dieee80211.h3371 WLAN_EID_DS_PARAMS = 3, enumerator
/openbmc/linux/drivers/net/wireless/intel/iwlwifi/mvm/
H A Dscan.c719 *newpos++ = WLAN_EID_DS_PARAMS; in iwl_mvm_copy_and_insert_ds_elem()
/openbmc/linux/drivers/net/wireless/ath/wcn36xx/
H A Dsmd.c3225 BEACON_FILTER(WLAN_EID_DS_PARAMS, 0, 0, 0,
/openbmc/linux/net/wireless/
H A Dscan.c1997 tmp = cfg80211_find_elem(WLAN_EID_DS_PARAMS, ie, ielen); in cfg80211_get_ies_channel_number()