Lines Matching defs:nullfunc
25 struct ieee80211_hdr *nullfunc; /* use 4addr header */
27 int size = sizeof(*nullfunc);
35 nullfunc = skb_put(skb, size);
37 ieee80211_fill_mesh_addresses(nullfunc, &fc, sta->sta.addr,
39 nullfunc->frame_control = fc;
40 nullfunc->duration_id = 0;
41 nullfunc->seq_ctrl = 0;
43 memcpy(nullfunc->addr1, sta->sta.addr, ETH_ALEN);
45 ieee80211_mps_set_frame_flags(sdata, sta, nullfunc);
372 struct ieee80211_hdr *nullfunc;
380 nullfunc = (struct ieee80211_hdr *) skb->data;
382 nullfunc->frame_control |=
392 qc = ieee80211_get_qos_ctl(nullfunc);