Home
last modified time | relevance | path

Searched refs:assocresp_ies_len (Results 1 – 11 of 11) sorted by relevance

/Linux-v4.19/drivers/net/wireless/marvell/mwifiex/
Die.c287 if (data->assocresp_ies && data->assocresp_ies_len) { in mwifiex_set_mgmt_beacon_data_ies()
289 data->assocresp_ies_len, &ar_ie, in mwifiex_set_mgmt_beacon_data_ies()
295 data->assocresp_ies_len, &ar_ie, in mwifiex_set_mgmt_beacon_data_ies()
/Linux-v4.19/drivers/staging/rtl8192e/
Drtllib_softmac.c2264 ieee->assocresp_ies_len = (skb->data + skb->len) - ies; in rtllib_rx_assoc_resp()
2265 ieee->assocresp_ies = kmalloc(ieee->assocresp_ies_len, in rtllib_rx_assoc_resp()
2269 ieee->assocresp_ies_len); in rtllib_rx_assoc_resp()
2274 ieee->assocresp_ies_len = 0; in rtllib_rx_assoc_resp()
2903 ieee->assocresp_ies_len = 0; in rtllib_stop_protocol()
Drtllib.h1427 size_t assocreq_ies_len, assocresp_ies_len; member
/Linux-v4.19/drivers/net/wireless/quantenna/qtnfmac/
Dcfg80211.c293 if (!info->assocresp_ies || !info->assocresp_ies_len) { in qtnf_mgmt_set_appie()
301 info->assocresp_ies_len); in qtnf_mgmt_set_appie()
Dcommands.c206 len += s->beacon.assocresp_ies_len; in qtnf_cmd_start_ap_can_fit()
301 s->beacon.assocresp_ies_len); in qtnf_cmd_send_start_ap()
/Linux-v4.19/net/mac80211/
Dcfg.c2877 beacon->proberesp_ies_len + beacon->assocresp_ies_len + in cfg80211_beacon_dup()
2909 if (beacon->assocresp_ies_len) { in cfg80211_beacon_dup()
2910 new_beacon->assocresp_ies_len = beacon->assocresp_ies_len; in cfg80211_beacon_dup()
2912 memcpy(pos, beacon->assocresp_ies, beacon->assocresp_ies_len); in cfg80211_beacon_dup()
2913 pos += beacon->assocresp_ies_len; in cfg80211_beacon_dup()
/Linux-v4.19/drivers/net/wireless/ath/wil6210/
Dcfg80211.c1467 b->assocresp_ies, b->assocresp_ies_len, true); in wil_print_bcon_data()
1501 bcon->assocresp_ies_len, bcon->assocresp_ies); in _wil_cfg80211_set_ies()
/Linux-v4.19/net/wireless/
Dtrace.h529 info ? info->assocresp_ies_len : 0)
552 info->assocresp_ies_len);
Dnl80211.c4046 bcn->assocresp_ies_len = in nl80211_parse_beacon()
/Linux-v4.19/include/net/
Dcfg80211.h789 size_t assocresp_ies_len; member
/Linux-v4.19/drivers/net/wireless/ath/ath6kl/
Dcfg80211.c2702 info->assocresp_ies_len); in ath6kl_set_ies()