Lines Matching refs:nullfunc
49 "Maximum nullfunc tx tries before disconnecting (reason 4).");
1095 struct ieee80211_hdr_3addr *nullfunc;
1103 nullfunc = (struct ieee80211_hdr_3addr *) skb->data;
1105 nullfunc->frame_control |= cpu_to_le16(IEEE80211_FCTL_PM);
1123 struct ieee80211_hdr *nullfunc;
1135 nullfunc = skb_put_zero(skb, 30);
1138 nullfunc->frame_control = fc;
1139 memcpy(nullfunc->addr1, sdata->u.mgd.bssid, ETH_ALEN);
1140 memcpy(nullfunc->addr2, sdata->vif.addr, ETH_ALEN);
1141 memcpy(nullfunc->addr3, sdata->u.mgd.bssid, ETH_ALEN);
1142 memcpy(nullfunc->addr4, sdata->vif.addr, ETH_ALEN);
1881 /* Flush to get the tx status of nullfunc frame */
2582 * better to send a nullfunc frame instead of a probe request,
4602 /* ACK received for nullfunc probing frame */
4608 "No ack for nullfunc frame to AP %pM, try %d/%i\n",
4614 "No ack for nullfunc frame to AP %pM, disconnecting.\n",
4624 "Failed to send nullfunc to AP %pM after %dms, disconnecting\n",