Searched refs:presp (Results 1 – 5 of 5) sorted by relevance
52 struct beacon_data *presp; in ieee80211_ibss_build_presp() local69 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->cntdwn_current_counter = csa_settings->count; in ieee80211_ibss_build_presp()199 presp->head_len = pos - presp->head; in ieee80211_ibss_build_presp()200 if (WARN_ON(presp->head_len > frame_len)) in ieee80211_ibss_build_presp()203 return presp; in ieee80211_ibss_build_presp()[all …]
5326 beacon = rcu_dereference(sdata->u.ibss.presp); in ieee80211_beacon_update_cntdwn()5351 beacon = rcu_dereference(sdata->u.ibss.presp); in ieee80211_beacon_set_cntdwn()5397 beacon = rcu_dereference(ifibss->presp); in ieee80211_beacon_cntdwn_is_complete()5836 beacon = rcu_dereference(ifibss->presp); in __ieee80211_beacon_get()6003 struct probe_resp *presp = NULL; in ieee80211_proberesp_get() local6011 presp = rcu_dereference(sdata->deflink.u.ap.probe_resp); in ieee80211_proberesp_get()6012 if (!presp) in ieee80211_proberesp_get()6015 skb = dev_alloc_skb(presp->len); in ieee80211_proberesp_get()6019 skb_put_data(skb, presp->data, presp->len); in ieee80211_proberesp_get()
996 beacon = rcu_dereference(sdata->u.ibss.presp); in ieee80211_mgmt_tx()
678 struct beacon_data __rcu *presp; member
6926 struct cfg80211_unsol_bcast_probe_resp *presp) in nl80211_parse_unsol_bcast_probe_resp() argument6942 presp->update = true; in nl80211_parse_unsol_bcast_probe_resp()6950 presp->tmpl = nla_data(tb[NL80211_UNSOL_BCAST_PROBE_RESP_ATTR_TMPL]); in nl80211_parse_unsol_bcast_probe_resp()6951 presp->tmpl_len = nla_len(tb[NL80211_UNSOL_BCAST_PROBE_RESP_ATTR_TMPL]); in nl80211_parse_unsol_bcast_probe_resp()6952 presp->interval = nla_get_u32(tb[NL80211_UNSOL_BCAST_PROBE_RESP_ATTR_INT]); in nl80211_parse_unsol_bcast_probe_resp()6953 presp->update = true; in nl80211_parse_unsol_bcast_probe_resp()