Searched refs:probe_resp_len (Results 1 - 12 of 12) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/wireless/ath/wil6210/ |
H A D | cfg80211.c | 1832 b->probe_resp, b->probe_resp_len, true); in wil_print_bcon_data() 1869 bcon->probe_resp_len); in _wil_cfg80211_set_ies() 1876 bcon->probe_resp_len, in _wil_cfg80211_set_ies() 1937 bcon->probe_resp_len, in _wil_cfg80211_start_ap() 2027 bcon.probe_resp_len = vif->proberesp_len; in wil_cfg80211_ap_recovery()
|
/kernel/linux/linux-6.6/drivers/net/wireless/ath/wil6210/ |
H A D | cfg80211.c | 1855 b->probe_resp, b->probe_resp_len, true); in wil_print_bcon_data() 1892 bcon->probe_resp_len); in _wil_cfg80211_set_ies() 1899 bcon->probe_resp_len, in _wil_cfg80211_set_ies() 1960 bcon->probe_resp_len, in _wil_cfg80211_start_ap() 2050 bcon.probe_resp_len = vif->proberesp_len; in wil_cfg80211_ap_recovery()
|
/kernel/linux/linux-5.10/net/mac80211/ |
H A D | cfg.c | 1025 params->probe_resp_len, csa); in ieee80211_assign_beacon() 3072 beacon->probe_resp_len + beacon->lci_len + beacon->civicloc_len; in cfg80211_beacon_dup() 3109 if (beacon->probe_resp_len) { in cfg80211_beacon_dup() 3110 new_beacon->probe_resp_len = beacon->probe_resp_len; in cfg80211_beacon_dup() 3112 memcpy(pos, beacon->probe_resp, beacon->probe_resp_len); in cfg80211_beacon_dup() 3113 pos += beacon->probe_resp_len; in cfg80211_beacon_dup()
|
/kernel/linux/linux-6.6/net/mac80211/ |
H A D | cfg.c | 1227 params->probe_resp_len, csa, cca, link); in ieee80211_assign_beacon() 3471 beacon->probe_resp_len + beacon->lci_len + beacon->civicloc_len; in cfg80211_beacon_dup() 3536 if (beacon->probe_resp_len) { in cfg80211_beacon_dup() 3537 new_beacon->probe_resp_len = beacon->probe_resp_len; in cfg80211_beacon_dup() 3539 memcpy(pos, beacon->probe_resp, beacon->probe_resp_len); in cfg80211_beacon_dup() 3540 pos += beacon->probe_resp_len; in cfg80211_beacon_dup()
|
/kernel/linux/linux-5.10/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() 313 s->beacon.probe_resp, s->beacon.probe_resp_len); in qtnf_cmd_send_start_ap()
|
/kernel/linux/linux-6.6/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()
|
/kernel/linux/linux-5.10/net/wireless/ |
H A D | trace.h | 599 __dynamic_array(u8, probe_resp, info ? info->probe_resp_len : 0) 624 info->probe_resp, info->probe_resp_len);
|
H A D | nl80211.c | 4859 bcn->probe_resp_len = nla_len(attrs[NL80211_ATTR_PROBE_RESP]); in nl80211_parse_beacon() 9125 if (offset >= params.beacon_csa.probe_resp_len) in nl80211_channel_switch()
|
/kernel/linux/linux-6.6/net/wireless/ |
H A D | trace.h | 631 __dynamic_array(u8, probe_resp, info ? info->probe_resp_len : 0) 657 info->probe_resp, info->probe_resp_len);
|
H A D | nl80211.c | 5561 bcn->probe_resp_len = nla_len(attrs[NL80211_ATTR_PROBE_RESP]); in nl80211_parse_beacon() 10240 if (offset >= params.beacon_csa.probe_resp_len) { in nl80211_channel_switch() 16100 if (offset >= params.beacon_color_change.probe_resp_len) { in nl80211_color_change()
|
/kernel/linux/linux-5.10/include/net/ |
H A D | cfg80211.h | 1050 * @probe_resp_len: length of probe response template (@probe_resp) 1075 size_t probe_resp_len; member
|
/kernel/linux/linux-6.6/include/net/ |
H A D | cfg80211.h | 1227 * @probe_resp_len: length of probe response template (@probe_resp) 1261 size_t probe_resp_len; member
|
Completed in 99 milliseconds