Home
last modified time | relevance | path

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

/wlan-driver/qcacld-3.0/core/mac/src/pe/lim/
H A Dlim_process_disassoc_frame.c83 if (IEEE80211_IS_MULTICAST(pHdr->sa)) { in lim_process_disassoc_frame()
90 if (IEEE80211_IS_MULTICAST(pHdr->da) && in lim_process_disassoc_frame()
H A Dlim_process_deauth_frame.c108 if (IEEE80211_IS_MULTICAST(pHdr->sa)) { in lim_process_deauth_frame()
115 if (IEEE80211_IS_MULTICAST(pHdr->da) && in lim_process_deauth_frame()
H A Dlim_process_mlm_req_messages.c562 (!IEEE80211_IS_MULTICAST( in lim_is_auth_req_expected()
H A Dlim_api.c2394 IEEE80211_IS_MULTICAST(mac_hdr->i_addr1)) { in lim_process_rmf_disconnect_frame()
2430 IEEE80211_IS_MULTICAST(mac_hdr->i_addr1))) { in lim_process_rmf_disconnect_frame()
H A Dlim_process_auth_frame.c1792 if (IEEE80211_IS_MULTICAST(mac_hdr->sa)) { in lim_process_auth_frame()
H A Dlim_process_message_queue.c1027 if (IEEE80211_IS_MULTICAST(mac_hdr->addr2)) { in lim_handle_unknown_a2_index_frames()
H A Dlim_process_assoc_req_frame.c2837 if (IEEE80211_IS_MULTICAST(hdr->sa)) { in lim_process_assoc_req_frame()
H A Dlim_process_sme_req_messages.c8528 if ((IEEE80211_IS_MULTICAST(req->peer_mac) && in __lim_process_send_disassoc_frame()
H A Dlim_utils.c5562 if (IEEE80211_IS_MULTICAST(a1) || QDF_IS_ADDR_BROADCAST(a1)) { in lim_validate_received_frame_a1_addr()
/wlan-driver/qcacld-3.0/core/dp/txrx/
H A Dol_tx_classify.c442 if ((IEEE80211_IS_MULTICAST(dest_addr)) || in ol_tx_classify()
630 if (IEEE80211_IS_MULTICAST(dest_addr) && vdev->opmode != in ol_tx_classify()
672 if (IEEE80211_IS_MULTICAST(dest_addr)) { in ol_tx_classify_mgmt()
H A Dol_txrx_internal.h677 } else if (qdf_unlikely(IEEE80211_IS_MULTICAST(dest_addr))) { \
H A Dol_rx.c985 IEEE80211_IS_MULTICAST(eth_hdr->ether_dhost); in ol_rx_send_mic_err_ind()
H A Dol_tx_send.c1661 is_mcast = IEEE80211_IS_MULTICAST(dest_addr); in ol_tx_delay_tid_from_l3_hdr()
/wlan-driver/qca-wifi-host-cmn/dp/inc/
H A Dcdp_txrx_mob_def.h54 #define IEEE80211_IS_MULTICAST(_a) (*(_a) & 0x01) macro
/wlan-driver/qcacld-3.0/components/pkt_capture/core/src/
H A Dwlan_pkt_capture_mgmt_txrx.c328 !IEEE80211_IS_MULTICAST(wh->i_addr1)) { in pkt_capture_process_rmf_frame()
/wlan-driver/qcacld-3.0/core/wma/src/
H A Dwma_data.c2387 !IEEE80211_IS_MULTICAST(wh->i_addr1)) { in wma_tx_packet()
2987 IEEE80211_IS_MULTICAST(eth_hdr->ether_dhost); in ol_rx_err()
H A Dwma_mgmt.c3349 IEEE80211_IS_MULTICAST(wh->i_addr1)) { in wma_process_rmf_frame()
3434 IEEE80211_IS_MULTICAST(wh->i_addr1)) { in wma_process_rmf_frame()
/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/rh/
H A Ddp_rh_rx.c654 IEEE80211_IS_MULTICAST(mic_failure_info.da_mac_addr.bytes); in dp_rx_mic_err_handler_rh()
/wlan-driver/wpa_supplicant_8/src/drivers/
H A Ddriver_bsd.c
/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/
H A Ddp_rx_defrag.c983 IEEE80211_IS_MULTICAST(wh->i_addr1); in dp_rx_defrag_err()
H A Ddp_rx_err.c1555 IEEE80211_IS_MULTICAST(mic_failure_info.da_mac_addr.bytes); in dp_rx_process_mic_error()