Home
last modified time | relevance | path

Searched refs:ieee80211_qosframe_addr4 (Results 1 – 8 of 8) sorted by relevance

/f-stack/freebsd/net80211/
H A Dieee80211_proto.h321 return (((struct ieee80211_qosframe_addr4 *)wh)->i_qos); in ieee80211_getqos()
337 tid = ((const struct ieee80211_qosframe_addr4 *)wh)-> in ieee80211_gettid()
H A Dieee80211_crypto_ccmp.c398 struct ieee80211_qosframe_addr4 *qwh4 = in ccmp_init_blocks()
399 (struct ieee80211_qosframe_addr4 *) wh; in ccmp_init_blocks()
H A Dieee80211_mesh.c1257 uint8_t b[sizeof(struct ieee80211_qosframe_addr4) + in mesh_decap()
1259 const struct ieee80211_qosframe_addr4 *wh; in mesh_decap()
1273 wh = (const struct ieee80211_qosframe_addr4 *)&b[0]; in mesh_decap()
1377 struct ieee80211_qosframe_addr4 *qwh; in mesh_recv_indiv_data_to_fwrd()
1384 qwh = (struct ieee80211_qosframe_addr4 *)wh; in mesh_recv_indiv_data_to_fwrd()
1434 struct ieee80211_qosframe_addr4 *qwh; in mesh_recv_indiv_data_to_me()
1443 qwh = (struct ieee80211_qosframe_addr4 *)wh; in mesh_recv_indiv_data_to_me()
1720 addr = ((struct ieee80211_qosframe_addr4 *)wh)->i_addr4; in mesh_input()
3285 (sizeof(struct ieee80211_qosframe_addr4) \
H A Dieee80211_output.c1145 qos = ((struct ieee80211_qosframe_addr4 *) wh)->i_qos; in ieee80211_send_nulldata()
1736 qos =((struct ieee80211_qosframe_addr4 *) in ieee80211_encap()
1769 qos = ((struct ieee80211_qosframe_addr4 *) wh)->i_qos; in ieee80211_encap()
1790 qos = ((struct ieee80211_qosframe_addr4 *) wh)->i_qos; in ieee80211_encap()
H A Dieee80211.h104 struct ieee80211_qosframe_addr4 { struct
H A Dieee80211_input.c299 struct ieee80211_qosframe_addr4 wh; in ieee80211_decap()
H A Dieee80211_proto.c270 + sizeof(struct ieee80211_qosframe_addr4) in ieee80211_proto_attach()
334 + sizeof(struct ieee80211_qosframe_addr4) in ieee80211_proto_vattach()
H A Dieee80211_sta.c483 #define QWH4(wh) ((const struct ieee80211_qosframe_addr4 *)wh) in isdstods_mcastecho()