Searched refs:PKT_TYPE_MGMT (Results 1 - 6 of 6) sorted by relevance

/linux-master/drivers/net/wireless/marvell/mwifiex/
H A Dsta_tx.c42 pkt_type = mwifiex_is_skb_mgmt_frame(skb) ? PKT_TYPE_MGMT : 0;
89 if (pkt_type == PKT_TYPE_MGMT) {
H A Duap_txrx.c416 if (rx_pkt_type == PKT_TYPE_MGMT) {
483 pkt_type = mwifiex_is_skb_mgmt_frame(skb) ? PKT_TYPE_MGMT : 0;
516 if (pkt_type == PKT_TYPE_MGMT) {
H A Dsta_rx.c218 if (rx_pkt_type == PKT_TYPE_MGMT) {
H A Dmain.h121 #define PKT_TYPE_MGMT 0xE5 macro
1378 return (get_unaligned_le32(skb->data) == PKT_TYPE_MGMT);
H A Dtdls.c852 pkt_type = PKT_TYPE_MGMT;
H A Dcfg80211.c169 u32 tx_control = 0, pkt_type = PKT_TYPE_MGMT;

Completed in 333 milliseconds