Searched refs:qwh (Results 1 – 6 of 6) sorted by relevance
/freebsd/sys/net80211/ |
H A D | ieee80211_mesh.c | 1373 struct ieee80211_qosframe_addr4 *qwh; in mesh_recv_indiv_data_to_fwrd() local 1380 qwh = (struct ieee80211_qosframe_addr4 *)wh; in mesh_recv_indiv_data_to_fwrd() 1390 rt_meshda = ieee80211_mesh_rt_find(vap, qwh->i_addr3); in mesh_recv_indiv_data_to_fwrd() 1392 IEEE80211_NOTE_MAC(vap, IEEE80211_MSG_MESH, qwh->i_addr2, in mesh_recv_indiv_data_to_fwrd() 1393 "no route to meshDA(%6D)", qwh->i_addr3, ":"); in mesh_recv_indiv_data_to_fwrd() 1408 rt_meshsa = ieee80211_mesh_rt_find(vap, qwh->i_addr4); in mesh_recv_indiv_data_to_fwrd() 1430 struct ieee80211_qosframe_addr4 *qwh; in mesh_recv_indiv_data_to_me() local 1439 qwh = (struct ieee80211_qosframe_addr4 *)wh; in mesh_recv_indiv_data_to_me() 1449 rt = ieee80211_mesh_rt_find(vap, qwh->i_addr4); in mesh_recv_indiv_data_to_me() 1458 if (IEEE80211_ADDR_EQ(mc10->mc_addr5, qwh->i_addr3)) { in mesh_recv_indiv_data_to_me() [all …]
|
H A D | ieee80211_crypto_gcmp.c | 450 const struct ieee80211_qosframe *qwh = in gcmp_init_aad() local 452 aad[24] = qwh->i_qos[0] & 0x0f; /* just priority bits */ in gcmp_init_aad()
|
H A D | ieee80211_crypto_ccmp.c | 416 struct ieee80211_qosframe *qwh = in ccmp_init_blocks() local 418 aad[24] = qwh->i_qos[0] & 0x0f; /* just priority bits */ in ccmp_init_blocks()
|
H A D | ieee80211_crypto_tkip.c | 865 const struct ieee80211_qosframe *qwh = in michael_mic_hdr() local 867 hdr[12] = qwh->i_qos[0] & IEEE80211_QOS_TID; in michael_mic_hdr()
|
H A D | ieee80211_proto.c | 595 const struct ieee80211_qosframe *qwh = in ieee80211_dump_pkt() local 597 printf(" QoS [TID %u%s]", qwh->i_qos[0] & IEEE80211_QOS_TID, in ieee80211_dump_pkt() 598 qwh->i_qos[0] & IEEE80211_QOS_ACKPOLICY ? " ACM" : ""); in ieee80211_dump_pkt()
|
/freebsd/sys/dev/rtwn/ |
H A D | if_rtwn.c | 822 struct ieee80211_qosframe *qwh; in rtwn_construct_nulldata() local 825 qwh = (struct ieee80211_qosframe *)wh; in rtwn_construct_nulldata() 826 qwh->i_fc[0] |= IEEE80211_FC0_SUBTYPE_QOS_NULL; in rtwn_construct_nulldata() 827 qwh->i_qos[0] = tid & IEEE80211_QOS_TID; in rtwn_construct_nulldata()
|