Searched refs:probe_resp_len (Results 1 – 6 of 6) sorted by relevance
| /Linux-v5.4/net/mac80211/ |
| D | cfg.c | 938 params->probe_resp_len, csa); in ieee80211_assign_beacon() 2966 beacon->probe_resp_len + beacon->lci_len + beacon->civicloc_len; in cfg80211_beacon_dup() 3003 if (beacon->probe_resp_len) { in cfg80211_beacon_dup() 3004 new_beacon->probe_resp_len = beacon->probe_resp_len; in cfg80211_beacon_dup() 3006 memcpy(pos, beacon->probe_resp, beacon->probe_resp_len); in cfg80211_beacon_dup() 3007 pos += beacon->probe_resp_len; in cfg80211_beacon_dup()
|
| /Linux-v5.4/drivers/net/wireless/ath/wil6210/ |
| D | cfg80211.c | 1843 b->probe_resp, b->probe_resp_len, true); in wil_print_bcon_data() 1880 bcon->probe_resp_len); in _wil_cfg80211_set_ies() 1887 bcon->probe_resp_len, in _wil_cfg80211_set_ies() 1948 bcon->probe_resp_len, in _wil_cfg80211_start_ap() 2038 bcon.probe_resp_len = vif->proberesp_len; in wil_cfg80211_ap_recovery()
|
| /Linux-v5.4/drivers/net/wireless/quantenna/qtnfmac/ |
| D | commands.c | 197 len += s->beacon.probe_resp_len; in qtnf_cmd_start_ap_can_fit() 284 s->beacon.probe_resp, s->beacon.probe_resp_len); in qtnf_cmd_send_start_ap()
|
| /Linux-v5.4/net/wireless/ |
| D | trace.h | 569 __dynamic_array(u8, probe_resp, info ? info->probe_resp_len : 0) 594 info->probe_resp, info->probe_resp_len);
|
| D | nl80211.c | 4445 bcn->probe_resp_len = nla_len(attrs[NL80211_ATTR_PROBE_RESP]); in nl80211_parse_beacon() 8560 if (offset >= params.beacon_csa.probe_resp_len) in nl80211_channel_switch()
|
| /Linux-v5.4/include/net/ |
| D | cfg80211.h | 910 size_t probe_resp_len; member
|