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