Home
last modified time | relevance | path

Searched refs:presp (Results 1 – 4 of 4) sorted by relevance

/linux/net/mac80211/
H A Dibss.c52 struct beacon_data *presp; in ieee80211_ibss_build_presp() local
69 presp = kzalloc(sizeof(*presp) + frame_len, GFP_KERNEL); in ieee80211_ibss_build_presp()
70 if (!presp) in ieee80211_ibss_build_presp()
73 presp->head = (void *)(presp + 1); in ieee80211_ibss_build_presp()
75 mgmt = (void *) presp->head; in ieee80211_ibss_build_presp()
142 presp->cntdwn_counter_offsets[0] = (pos - presp->head); in ieee80211_ibss_build_presp()
144 presp in ieee80211_ibss_build_presp()
225 struct beacon_data *presp; __ieee80211_sta_join_ibss() local
465 struct beacon_data *presp, *old_presp; ieee80211_ibss_csa_beacon() local
658 struct beacon_data *presp; ieee80211_ibss_disconnect() local
1492 struct beacon_data *presp; ieee80211_rx_mgmt_probe_req() local
[all...]
H A Dtx.c5173 beacon = rcu_dereference(sdata->u.ibss.presp); in ieee80211_beacon_update_cntdwn()
5198 beacon = rcu_dereference(sdata->u.ibss.presp); in ieee80211_beacon_set_cntdwn()
5244 beacon = rcu_dereference(ifibss->presp); in ieee80211_beacon_cntdwn_is_complete()
5645 beacon = rcu_dereference(ifibss->presp); in __ieee80211_beacon_get()
5812 struct probe_resp *presp = NULL; in ieee80211_proberesp_get() local
5820 presp = rcu_dereference(sdata->deflink.u.ap.probe_resp); in ieee80211_proberesp_get()
5821 if (!presp) in ieee80211_proberesp_get()
5824 skb = dev_alloc_skb(presp->len); in ieee80211_proberesp_get()
5828 skb_put_data(skb, presp->data, presp->len); in ieee80211_proberesp_get()
H A Dieee80211_i.h666 struct beacon_data __rcu *presp; member
/linux/net/wireless/
H A Dnl80211.c6331 struct cfg80211_unsol_bcast_probe_resp *presp) in nl80211_parse_unsol_bcast_probe_resp() argument
6347 presp->update = true; in nl80211_parse_unsol_bcast_probe_resp()
6355 presp->tmpl = nla_data(tb[NL80211_UNSOL_BCAST_PROBE_RESP_ATTR_TMPL]); in nl80211_parse_unsol_bcast_probe_resp()
6356 presp->tmpl_len = nla_len(tb[NL80211_UNSOL_BCAST_PROBE_RESP_ATTR_TMPL]); in nl80211_parse_unsol_bcast_probe_resp()
6357 presp->interval = nla_get_u32(tb[NL80211_UNSOL_BCAST_PROBE_RESP_ATTR_INT]); in nl80211_parse_unsol_bcast_probe_resp()
6358 presp->update = true; in nl80211_parse_unsol_bcast_probe_resp()