Home
last modified time | relevance | path

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

/freebsd/sys/net80211/
H A Dieee80211_output.c1121 m = ieee80211_getmgtframe(&frm, ic->ic_headroom + hdrlen, 0); in ieee80211_send_nulldata()
1353 int needed_space = vap->iv_ic->ic_headroom + hdrsize; in ieee80211_mbuf_adjust()
2590 ic->ic_headroom + sizeof(struct ieee80211_frame), frmlen); in ieee80211_send_probereq()
2733 ic->ic_headroom + sizeof(struct ieee80211_frame), in ieee80211_send_mgmt()
2779 ic->ic_headroom + sizeof(struct ieee80211_frame), in ieee80211_send_mgmt()
2812 ic->ic_headroom + sizeof(struct ieee80211_frame), in ieee80211_send_mgmt()
2948 ic->ic_headroom + sizeof(struct ieee80211_frame), in ieee80211_send_mgmt()
3019 ic->ic_headroom + sizeof(struct ieee80211_frame), in ieee80211_send_mgmt()
3095 ic->ic_headroom + sizeof(struct ieee80211_frame), in ieee80211_alloc_proberesp()
3748 ic->ic_headroom + sizeof(struct ieee80211_frame), pktlen); in ieee80211_beacon_alloc()
H A Dieee80211_mesh.c2728 ic->ic_headroom + sizeof(struct ieee80211_frame), in mesh_send_action_meshpeering_open()
2789 ic->ic_headroom + sizeof(struct ieee80211_frame), in mesh_send_action_meshpeering_confirm()
2856 ic->ic_headroom + sizeof(struct ieee80211_frame), in mesh_send_action_meshpeering_close()
2909 ic->ic_headroom + sizeof(struct ieee80211_frame), in mesh_send_action_meshlmetric()
2949 ic->ic_headroom + sizeof(struct ieee80211_frame), in mesh_send_action_meshgate()
H A Dieee80211_ht.c2942 m = ieee80211_getmgtframe(&frm, ic->ic_headroom, sizeof(*bar)); in ieee80211_send_bar()
3070 ic->ic_headroom + sizeof(struct ieee80211_frame), in ht_send_action_ba_addba()
3118 ic->ic_headroom + sizeof(struct ieee80211_frame), in ht_send_action_ba_delba()
3156 ic->ic_headroom + sizeof(struct ieee80211_frame), in ht_send_action_ht_txchwidth()
H A Dieee80211_proto.c270 hdrlen = ic->ic_headroom in ieee80211_proto_attach()
329 ifp->if_hdrlen = ic->ic_headroom in ieee80211_proto_vattach()
H A Dieee80211_var.h143 int ic_headroom; /* driver tx headroom needs */ member
H A Dieee80211_ddb.c673 db_printf("\theadroom %d", ic->ic_headroom); in _db_show_com()
H A Dieee80211_hwmp.c615 ic->ic_headroom + sizeof(struct ieee80211_frame), in hwmp_send_action()
/freebsd/sys/dev/malo/
H A Dif_malo.c272 ic->ic_headroom = sizeof(struct malo_txrec) - in malo_attach()
/freebsd/sys/dev/bwi/
H A Dif_bwi.c503 ic->ic_headroom = sizeof(struct bwi_txbuf_hdr); in bwi_attach()
/freebsd/sys/dev/mwl/
H A Dif_mwl.c452 ic->ic_headroom = sizeof(struct mwltxrec) - in mwl_attach()
/freebsd/sys/compat/linuxkpi/common/src/
H A Dlinux_80211.c5620 ic->ic_headroom = hw->extra_tx_headroom;