Home
last modified time | relevance | path

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

/f-stack/freebsd/net80211/
H A Dieee80211_output.c1117 m = ieee80211_getmgtframe(&frm, ic->ic_headroom + hdrlen, 0); in ieee80211_send_nulldata()
1342 int needed_space = vap->iv_ic->ic_headroom + hdrsize; in ieee80211_mbuf_adjust()
2471 ic->ic_headroom + sizeof(struct ieee80211_frame), in ieee80211_send_probereq()
2665 ic->ic_headroom + sizeof(struct ieee80211_frame), in ieee80211_send_mgmt()
2712 ic->ic_headroom + sizeof(struct ieee80211_frame), in ieee80211_send_mgmt()
2745 ic->ic_headroom + sizeof(struct ieee80211_frame), in ieee80211_send_mgmt()
2881 ic->ic_headroom + sizeof(struct ieee80211_frame), in ieee80211_send_mgmt()
2952 ic->ic_headroom + sizeof(struct ieee80211_frame), in ieee80211_send_mgmt()
3028 ic->ic_headroom + sizeof(struct ieee80211_frame), in ieee80211_alloc_proberesp()
3670 ic->ic_headroom + sizeof(struct ieee80211_frame), pktlen); in ieee80211_beacon_alloc()
H A Dieee80211_mesh.c2733 ic->ic_headroom + sizeof(struct ieee80211_frame), in mesh_send_action_meshpeering_open()
2794 ic->ic_headroom + sizeof(struct ieee80211_frame), in mesh_send_action_meshpeering_confirm()
2861 ic->ic_headroom + sizeof(struct ieee80211_frame), in mesh_send_action_meshpeering_close()
2914 ic->ic_headroom + sizeof(struct ieee80211_frame), in mesh_send_action_meshlmetric()
2954 ic->ic_headroom + sizeof(struct ieee80211_frame), in mesh_send_action_meshgate()
H A Dieee80211_ht.c2931 m = ieee80211_getmgtframe(&frm, ic->ic_headroom, sizeof(*bar)); in ieee80211_send_bar()
3059 ic->ic_headroom + sizeof(struct ieee80211_frame), in ht_send_action_ba_addba()
3107 ic->ic_headroom + sizeof(struct ieee80211_frame), in ht_send_action_ba_delba()
3145 ic->ic_headroom + sizeof(struct ieee80211_frame), in ht_send_action_ht_txchwidth()
H A Dieee80211_var.h145 int ic_headroom; /* driver tx headroom needs */ member
H A Dieee80211_proto.c269 hdrlen = ic->ic_headroom in ieee80211_proto_attach()
333 ifp->if_hdrlen = ic->ic_headroom in ieee80211_proto_vattach()
H A Dieee80211_ddb.c531 db_printf("\theadroom %d", ic->ic_headroom); in _db_show_com()
H A Dieee80211_hwmp.c620 ic->ic_headroom + sizeof(struct ieee80211_frame), in hwmp_send_action()