Lines Matching refs:nullfunc
23 struct ieee80211_hdr *nullfunc; /* use 4addr header */ in mps_qos_null_get() local
25 int size = sizeof(*nullfunc); in mps_qos_null_get()
33 nullfunc = (struct ieee80211_hdr *) skb_put(skb, size); in mps_qos_null_get()
35 ieee80211_fill_mesh_addresses(nullfunc, &fc, sta->sta.addr, in mps_qos_null_get()
37 nullfunc->frame_control = fc; in mps_qos_null_get()
38 nullfunc->duration_id = 0; in mps_qos_null_get()
39 nullfunc->seq_ctrl = 0; in mps_qos_null_get()
41 memcpy(nullfunc->addr1, sta->sta.addr, ETH_ALEN); in mps_qos_null_get()
43 ieee80211_mps_set_frame_flags(sdata, sta, nullfunc); in mps_qos_null_get()
367 struct ieee80211_hdr *nullfunc; in mpsp_trigger_send() local
375 nullfunc = (struct ieee80211_hdr *) skb->data; in mpsp_trigger_send()
377 nullfunc->frame_control |= in mpsp_trigger_send()
387 qc = ieee80211_get_qos_ctl(nullfunc); in mpsp_trigger_send()