Searched refs:presp (Results 1 – 5 of 5) sorted by relevance
1400 struct sk_buff *presp; in ieee80211_mesh_rx_probe_req() local1436 presp = dev_alloc_skb(local->tx_headroom + in ieee80211_mesh_rx_probe_req()1438 if (!presp) in ieee80211_mesh_rx_probe_req()1441 skb_reserve(presp, local->tx_headroom); in ieee80211_mesh_rx_probe_req()1442 skb_put_data(presp, bcn->head, bcn->head_len); in ieee80211_mesh_rx_probe_req()1443 skb_put_data(presp, bcn->tail, bcn->tail_len); in ieee80211_mesh_rx_probe_req()1444 hdr = (struct ieee80211_mgmt *) presp->data; in ieee80211_mesh_rx_probe_req()1448 IEEE80211_SKB_CB(presp)->flags |= IEEE80211_TX_INTFL_DONT_ENCRYPT; in ieee80211_mesh_rx_probe_req()1449 ieee80211_tx_skb(sdata, presp); in ieee80211_mesh_rx_probe_req()
5064 beacon = rcu_dereference(sdata->u.ibss.presp); in ieee80211_beacon_update_cntdwn()5089 beacon = rcu_dereference(sdata->u.ibss.presp); in ieee80211_beacon_set_cntdwn()5135 beacon = rcu_dereference(ifibss->presp); in ieee80211_beacon_cntdwn_is_complete()5463 beacon = rcu_dereference(ifibss->presp); in __ieee80211_beacon_get()5630 struct probe_resp *presp = NULL; in ieee80211_proberesp_get() local5638 presp = rcu_dereference(sdata->deflink.u.ap.probe_resp); in ieee80211_proberesp_get()5639 if (!presp) in ieee80211_proberesp_get()5642 skb = dev_alloc_skb(presp->len); in ieee80211_proberesp_get()5646 skb_put_data(skb, presp->data, presp->len); in ieee80211_proberesp_get()
987 beacon = rcu_dereference(sdata->u.ibss.presp); in ieee80211_mgmt_tx()
643 struct beacon_data __rcu *presp; member
5866 struct cfg80211_unsol_bcast_probe_resp *presp) in nl80211_parse_unsol_bcast_probe_resp() argument5882 presp->update = true; in nl80211_parse_unsol_bcast_probe_resp()5890 presp->tmpl = nla_data(tb[NL80211_UNSOL_BCAST_PROBE_RESP_ATTR_TMPL]); in nl80211_parse_unsol_bcast_probe_resp()5891 presp->tmpl_len = nla_len(tb[NL80211_UNSOL_BCAST_PROBE_RESP_ATTR_TMPL]); in nl80211_parse_unsol_bcast_probe_resp()5892 presp->interval = nla_get_u32(tb[NL80211_UNSOL_BCAST_PROBE_RESP_ATTR_INT]); in nl80211_parse_unsol_bcast_probe_resp()5893 presp->update = true; in nl80211_parse_unsol_bcast_probe_resp()