Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/net/wireless/marvell/libertas/
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()
/linux-6.12.1/net/mac80211/
Dparse.c297 case WLAN_EID_DS_PARAMS: in _ieee802_11_parse_elems_full()
380 case WLAN_EID_DS_PARAMS: in _ieee802_11_parse_elems_full()
Dutil.c1265 skb_put_u8(skb, WLAN_EID_DS_PARAMS); in ieee80211_put_preq_ies_band()
1281 WLAN_EID_DS_PARAMS, in ieee80211_put_preq_ies_band()
Dmesh.c417 *pos++ = WLAN_EID_DS_PARAMS; in mesh_add_ds_params_ie()
Dibss.c127 *pos++ = WLAN_EID_DS_PARAMS; in ieee80211_ibss_build_presp()
/linux-6.12.1/drivers/staging/rtl8712/
Dieee80211.c199 ie = r8712_set_ie(ie, WLAN_EID_DS_PARAMS, 1, in r8712_generate_ie()
/linux-6.12.1/drivers/staging/rtl8723bs/core/
Drtw_ieee80211.c333 ie = rtw_set_ie(ie, WLAN_EID_DS_PARAMS, 1, (u8 *)&(pdev_network->configuration.ds_config), &sz); in rtw_generate_ie()
877 case WLAN_EID_DS_PARAMS: in rtw_ieee802_11_parse_elems()
Drtw_mlme_ext.c2217 …pframe = rtw_set_ie(pframe, WLAN_EID_DS_PARAMS, 1, (unsigned char *)&(cur_network->configuration.d… in issue_beacon()
2419 …pframe = rtw_set_ie(pframe, WLAN_EID_DS_PARAMS, 1, (unsigned char *)&(cur_network->configuration.d… in issue_probersp()
2522 pframe = rtw_set_ie(pframe, WLAN_EID_DS_PARAMS, 1, &ch, &pattrib->pktlen); in _issue_probereq()
4007 p = rtw_get_ie(bssid->ies + ie_offset, WLAN_EID_DS_PARAMS, &len, bssid->ie_length - ie_offset); in collect_bss_info()
Drtw_ap.c878 WLAN_EID_DS_PARAMS, &ie_len, in rtw_check_beacon_data()
Drtw_wlan_util.c1227 …p = rtw_get_ie(bssid->ies + _FIXED_IE_LENGTH_, WLAN_EID_DS_PARAMS, &len, bssid->ie_length - _FIXED… in rtw_check_bcn_info()
/linux-6.12.1/drivers/staging/rtl8723bs/hal/
Drtl8723b_cmd.c165 …pframe = rtw_set_ie(pframe, WLAN_EID_DS_PARAMS, 1, (unsigned char *)&(cur_network->configuration.d… in ConstructBeacon()
/linux-6.12.1/drivers/net/wireless/marvell/mwifiex/
Dscan.c1252 case WLAN_EID_DS_PARAMS: in mwifiex_update_bss_desc_with_ie()
1830 if (element_id == WLAN_EID_DS_PARAMS) { in mwifiex_parse_single_response_buf()
Djoin.c423 phy_tlv->header.type = cpu_to_le16(WLAN_EID_DS_PARAMS); in mwifiex_cmd_802_11_associate()
/linux-6.12.1/drivers/net/wireless/intel/ipw2x00/
Dlibipw_rx.c1182 case WLAN_EID_DS_PARAMS: in libipw_parse_info_param()
/linux-6.12.1/drivers/net/wireless/microchip/wilc1000/
Dhif.c560 ch_elm = cfg80211_find_ie(WLAN_EID_DS_PARAMS, ies, ies_len); in handle_rcvd_ntwrk_info()
/linux-6.12.1/drivers/net/wireless/atmel/
Dat76c50x-usb.c1533 el = cfg80211_find_ie(WLAN_EID_DS_PARAMS, el, len); in at76_guess_freq()
/linux-6.12.1/include/linux/
Dieee80211.h3557 WLAN_EID_DS_PARAMS = 3, enumerator
/linux-6.12.1/drivers/net/wireless/intel/iwlwifi/mvm/
Dscan.c726 *newpos++ = WLAN_EID_DS_PARAMS; in iwl_mvm_copy_and_insert_ds_elem()
/linux-6.12.1/drivers/net/wireless/ath/wcn36xx/
Dsmd.c3225 BEACON_FILTER(WLAN_EID_DS_PARAMS, 0, 0, 0,
/linux-6.12.1/net/wireless/
Dscan.c2066 tmp = cfg80211_find_elem(WLAN_EID_DS_PARAMS, ie, ielen); in cfg80211_get_ies_channel_number()