Searched refs:assocresp_ies_len (Results 1 – 12 of 12) sorted by relevance
/Linux-v5.4/drivers/net/wireless/marvell/mwifiex/ |
D | ie.c | 290 if (data->assocresp_ies && data->assocresp_ies_len) { in mwifiex_set_mgmt_beacon_data_ies() 292 data->assocresp_ies_len, &ar_ie, in mwifiex_set_mgmt_beacon_data_ies() 298 data->assocresp_ies_len, &ar_ie, in mwifiex_set_mgmt_beacon_data_ies()
|
/Linux-v5.4/drivers/net/wireless/ath/wil6210/ |
D | cfg80211.c | 1847 b->assocresp_ies, b->assocresp_ies_len, true); in wil_print_bcon_data() 1883 wil_memdup_ie(&vif->assocresp_ies, &vif->assocresp_ies_len, in _wil_cfg80211_set_ies() 1884 bcon->assocresp_ies, bcon->assocresp_ies_len); in _wil_cfg80211_set_ies() 1904 bcon->assocresp_ies_len, bcon->assocresp_ies); in _wil_cfg80211_set_ies() 2037 bcon.assocresp_ies_len = vif->assocresp_ies_len; in wil_cfg80211_ap_recovery() 2200 wil_memdup_ie(&vif->assocresp_ies, &vif->assocresp_ies_len, NULL, 0); in wil_cfg80211_stop_ap()
|
D | wil6210.h | 866 size_t proberesp_len, proberesp_ies_len, assocresp_ies_len; member
|
/Linux-v5.4/drivers/net/wireless/quantenna/qtnfmac/ |
D | cfg80211.c | 295 if (!info->assocresp_ies || !info->assocresp_ies_len) { in qtnf_mgmt_set_appie() 303 info->assocresp_ies_len); in qtnf_mgmt_set_appie()
|
D | commands.c | 196 len += s->beacon.assocresp_ies_len; in qtnf_cmd_start_ap_can_fit() 290 s->beacon.assocresp_ies_len); in qtnf_cmd_send_start_ap()
|
/Linux-v5.4/net/mac80211/ |
D | cfg.c | 2965 beacon->proberesp_ies_len + beacon->assocresp_ies_len + in cfg80211_beacon_dup() 2997 if (beacon->assocresp_ies_len) { in cfg80211_beacon_dup() 2998 new_beacon->assocresp_ies_len = beacon->assocresp_ies_len; in cfg80211_beacon_dup() 3000 memcpy(pos, beacon->assocresp_ies, beacon->assocresp_ies_len); in cfg80211_beacon_dup() 3001 pos += beacon->assocresp_ies_len; in cfg80211_beacon_dup()
|
/Linux-v5.4/drivers/staging/rtl8192e/ |
D | rtllib_softmac.c | 2256 ieee->assocresp_ies_len = (skb->data + skb->len) - ies; in rtllib_rx_assoc_resp() 2258 ieee->assocresp_ies_len, in rtllib_rx_assoc_resp() 2261 ieee->assocresp_ies_len = 0; in rtllib_rx_assoc_resp() 2890 ieee->assocresp_ies_len = 0; in rtllib_stop_protocol()
|
D | rtllib.h | 1422 size_t assocreq_ies_len, assocresp_ies_len; member
|
/Linux-v5.4/net/wireless/ |
D | trace.h | 568 info ? info->assocresp_ies_len : 0) 591 info->assocresp_ies_len);
|
D | nl80211.c | 4439 bcn->assocresp_ies_len = in nl80211_parse_beacon()
|
/Linux-v5.4/include/net/ |
D | cfg80211.h | 909 size_t assocresp_ies_len; member
|
/Linux-v5.4/drivers/net/wireless/ath/ath6kl/ |
D | cfg80211.c | 2702 info->assocresp_ies_len); in ath6kl_set_ies()
|