Home
last modified time | relevance | path

Searched refs:probe_resp_len (Results 1 – 6 of 6) sorted by relevance

/linux/drivers/net/wireless/ath/wil6210/
H A Dcfg80211.c1852 b->probe_resp, b->probe_resp_len, true); in wil_print_bcon_data()
1889 bcon->probe_resp_len); in _wil_cfg80211_set_ies()
1896 bcon->probe_resp_len, in _wil_cfg80211_set_ies()
1957 bcon->probe_resp_len, in _wil_cfg80211_start_ap()
2047 bcon.probe_resp_len = vif->proberesp_len; in wil_cfg80211_ap_recovery()
/linux/net/mac80211/
H A Dcfg.c1570 params->probe_resp_len, csa, cca, link); in ieee80211_assign_beacon()
4278 beacon->probe_resp_len + beacon->lci_len + beacon->civicloc_len; in cfg80211_beacon_dup()
4341 if (beacon->probe_resp_len) { in cfg80211_beacon_dup()
4342 new_beacon->probe_resp_len = beacon->probe_resp_len; in cfg80211_beacon_dup()
4344 memcpy(pos, beacon->probe_resp, beacon->probe_resp_len); in cfg80211_beacon_dup()
4345 pos += beacon->probe_resp_len; in cfg80211_beacon_dup()
/linux/drivers/net/wireless/morsemicro/mm81x/
H A Dcommand_defs.h992 __le16 probe_resp_len; member
/linux/net/wireless/
H A Dtrace.h753 __dynamic_array(u8, probe_resp, info->beacon.probe_resp_len)
782 info->beacon.probe_resp_len);
H A Dnl80211.c6757 bcn->probe_resp_len = nla_len(attrs[NL80211_ATTR_PROBE_RESP]); in nl80211_parse_beacon()
12344 params.beacon_csa.probe_resp_len, in nl80211_channel_switch()
18984 if (offset >= params.beacon_color_change.probe_resp_len) { in nl80211_color_change()
/linux/include/net/
H A Dcfg80211.h1502 size_t probe_resp_len; member