Home
last modified time | relevance | path

Searched refs:ic_headroom (Results 1 – 11 of 11) sorted by relevance

/freebsd-11-stable/sys/net80211/
HDieee80211_output.c905 m = ieee80211_getmgtframe(&frm, ic->ic_headroom + hdrlen, 0); in ieee80211_send_nulldata()
1099 int needed_space = vap->iv_ic->ic_headroom + hdrsize; in ieee80211_mbuf_adjust()
2107 ic->ic_headroom + sizeof(struct ieee80211_frame), in ieee80211_send_probereq()
2258 ic->ic_headroom + sizeof(struct ieee80211_frame), in ieee80211_send_mgmt()
2305 ic->ic_headroom + sizeof(struct ieee80211_frame), in ieee80211_send_mgmt()
2337 ic->ic_headroom + sizeof(struct ieee80211_frame), in ieee80211_send_mgmt()
2462 ic->ic_headroom + sizeof(struct ieee80211_frame), in ieee80211_send_mgmt()
2526 ic->ic_headroom + sizeof(struct ieee80211_frame), in ieee80211_send_mgmt()
2600 ic->ic_headroom + sizeof(struct ieee80211_frame), in ieee80211_alloc_proberesp()
3136 ic->ic_headroom + sizeof(struct ieee80211_frame), pktlen); in ieee80211_beacon_alloc()
HDieee80211_ht.c2425 m = ieee80211_getmgtframe(&frm, ic->ic_headroom, sizeof(*bar)); in ieee80211_send_bar()
2552 ic->ic_headroom + sizeof(struct ieee80211_frame), in ht_send_action_ba_addba()
2600 ic->ic_headroom + sizeof(struct ieee80211_frame), in ht_send_action_ba_delba()
2638 ic->ic_headroom + sizeof(struct ieee80211_frame), in ht_send_action_ht_txchwidth()
HDieee80211_mesh.c2727 ic->ic_headroom + sizeof(struct ieee80211_frame), in mesh_send_action_meshpeering_open()
2788 ic->ic_headroom + sizeof(struct ieee80211_frame), in mesh_send_action_meshpeering_confirm()
2855 ic->ic_headroom + sizeof(struct ieee80211_frame), in mesh_send_action_meshpeering_close()
2908 ic->ic_headroom + sizeof(struct ieee80211_frame), in mesh_send_action_meshlmetric()
2948 ic->ic_headroom + sizeof(struct ieee80211_frame), in mesh_send_action_meshgate()
HDieee80211_proto.c264 hdrlen = ic->ic_headroom in ieee80211_proto_attach()
329 ifp->if_hdrlen = ic->ic_headroom in ieee80211_proto_vattach()
HDieee80211_var.h127 int ic_headroom; /* driver tx headroom needs */ member
HDieee80211_ddb.c512 db_printf("\theadroom %d", ic->ic_headroom); in _db_show_com()
HDieee80211_hwmp.c612 ic->ic_headroom + sizeof(struct ieee80211_frame), in hwmp_send_action()
/freebsd-11-stable/sys/dev/malo/
HDif_malo.c279 ic->ic_headroom = sizeof(struct malo_txrec) - in malo_attach()
/freebsd-11-stable/sys/dev/bwi/
HDif_bwi.c504 ic->ic_headroom = sizeof(struct bwi_txbuf_hdr); in bwi_attach()
/freebsd-11-stable/sys/dev/mwl/
HDif_mwl.c458 ic->ic_headroom = sizeof(struct mwltxrec) - in mwl_attach()
/freebsd-11-stable/sys/dev/bwn/
HDif_bwn.c679 ic->ic_headroom = sizeof(struct bwn_txhdr); in bwn_attach_post()