Searched refs:probe_resp_len (Results 1 – 6 of 6) sorted by relevance
| /linux-6.15/drivers/net/wireless/ath/wil6210/ |
| H A D | cfg80211.c | 1853 b->probe_resp, b->probe_resp_len, true); in wil_print_bcon_data() 1890 bcon->probe_resp_len); in _wil_cfg80211_set_ies() 1897 bcon->probe_resp_len, in _wil_cfg80211_set_ies() 1958 bcon->probe_resp_len, in _wil_cfg80211_start_ap() 2048 bcon.probe_resp_len = vif->proberesp_len; in wil_cfg80211_ap_recovery()
|
| /linux-6.15/net/mac80211/ |
| H A D | cfg.c | 1237 params->probe_resp_len, csa, cca, link); in ieee80211_assign_beacon() 3600 beacon->probe_resp_len + beacon->lci_len + beacon->civicloc_len; in cfg80211_beacon_dup() 3665 if (beacon->probe_resp_len) { in cfg80211_beacon_dup() 3666 new_beacon->probe_resp_len = beacon->probe_resp_len; in cfg80211_beacon_dup() 3668 memcpy(pos, beacon->probe_resp, beacon->probe_resp_len); in cfg80211_beacon_dup() 3669 pos += beacon->probe_resp_len; in cfg80211_beacon_dup()
|
| /linux-6.15/drivers/net/wireless/quantenna/qtnfmac/ |
| H A D | commands.c | 200 len += round_up(s->beacon.probe_resp_len, QLINK_ALIGN); in qtnf_cmd_start_ap_can_fit() 315 s->beacon.probe_resp, s->beacon.probe_resp_len); in qtnf_cmd_send_start_ap()
|
| /linux-6.15/net/wireless/ |
| H A D | trace.h | 711 __dynamic_array(u8, probe_resp, info->beacon.probe_resp_len) 740 info->beacon.probe_resp_len);
|
| H A D | nl80211.c | 5723 bcn->probe_resp_len = nla_len(attrs[NL80211_ATTR_PROBE_RESP]); in nl80211_parse_beacon() 10399 params.beacon_csa.probe_resp_len, in nl80211_channel_switch() 16224 if (offset >= params.beacon_color_change.probe_resp_len) { in nl80211_color_change()
|
| /linux-6.15/include/net/ |
| H A D | cfg80211.h | 1397 size_t probe_resp_len; member
|