Home
last modified time | relevance | path

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

/wlan-driver/qcacld-3.0/components/p2p/dispatcher/inc/
Dwlan_p2p_public_struct.h269 bool (*is_mgmt_protected)(uint32_t vdev_id, const uint8_t *peer_addr); member
/wlan-driver/qcacld-3.0/core/mac/src/pe/lim/
Dlim_process_disassoc_frame.c123 if (is_mgmt_protected(pe_session->vdev_id, (const uint8_t *)pHdr->sa) && in lim_process_disassoc_frame()
Dlim_process_deauth_frame.c129 if (is_mgmt_protected(pe_session->vdev_id, (const uint8_t *)pHdr->sa) && in lim_process_deauth_frame()
Dlim_api.c600 bool is_mgmt_protected(uint32_t vdev_id, in is_mgmt_protected() function
640 p2p_cb.is_mgmt_protected = is_mgmt_protected; in p2p_register_callbacks()
/wlan-driver/qcacld-3.0/core/mac/src/pe/include/
Dlim_api.h175 bool is_mgmt_protected(uint32_t vdev_id, const uint8_t *peer_mac_addr);
/wlan-driver/qcacld-3.0/components/p2p/core/src/
Dwlan_p2p_off_chan_tx.c1736 !p2p_soc_obj->p2p_cb.is_mgmt_protected) in p2p_populate_rmf_field()
1759 if (!p2p_soc_obj->p2p_cb.is_mgmt_protected( in p2p_populate_rmf_field()