Home
last modified time | relevance | path

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

/wlan-driver/qcacld-3.0/core/wma/src/
Dwma_mgmt.c2730 uint8_t mgt_type, uint8_t mgt_subtype) in wma_mgmt_pktdump_rx_handler() argument
2737 mgt_subtype != MGMT_SUBTYPE_BEACON) && in wma_mgmt_pktdump_rx_handler()
2754 uint8_t mgt_type, uint8_t mgt_subtype) in wma_mgmt_pktdump_rx_handler() argument
3568 uint8_t mgt_type, mgt_subtype; in wma_form_rx_packet() local
3696 mgt_subtype = (wh)->i_fc[0] & IEEE80211_FC0_SUBTYPE_MASK; in wma_form_rx_packet()
3699 (mgt_subtype == MGMT_SUBTYPE_DISASSOC || in wma_form_rx_packet()
3700 mgt_subtype == MGMT_SUBTYPE_DEAUTH || in wma_form_rx_packet()
3701 mgt_subtype == MGMT_SUBTYPE_ACTION)) { in wma_form_rx_packet()
3720 } else if (mgt_subtype == MGMT_SUBTYPE_ACTION) { in wma_form_rx_packet()
3742 (mgt_subtype == MGMT_SUBTYPE_BEACON || in wma_form_rx_packet()
[all …]