Home
last modified time | relevance | path

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

/wlan-driver/qca-wifi-host-cmn/umac/cmn_services/crypto/inc/
Dwlan_crypto_global_api.h757 wlan_crypto_parse_rsnxe_ie(const uint8_t *rsnxe_ie, uint8_t *cap_len);
/wlan-driver/qca-wifi-host-cmn/umac/mlme/connection_mgr/core/src/
Dwlan_cm_bss_scoring.c752 const uint8_t *rsnxe_ie; in cm_calculate_sae_pk_ap_weightage() local
756 rsnxe_ie = util_scan_entry_rsnxe(entry); in cm_calculate_sae_pk_ap_weightage()
758 rsnxe_cap = wlan_crypto_parse_rsnxe_ie(rsnxe_ie, &cap_len); in cm_calculate_sae_pk_ap_weightage()
/wlan-driver/qca-wifi-host-cmn/umac/cmn_services/crypto/src/
Dwlan_crypto_global_api.c4143 wlan_crypto_parse_rsnxe_ie(const uint8_t *rsnxe_ie, uint8_t *cap_len) in wlan_crypto_parse_rsnxe_ie() argument
4148 if (!rsnxe_ie) in wlan_crypto_parse_rsnxe_ie()
4151 ie = rsnxe_ie; in wlan_crypto_parse_rsnxe_ie()
/wlan-driver/qcacld-3.0/core/hdd/src/
Dwlan_hdd_hostapd.c3511 const u8 *rsn_ie, *rsnxe_ie; in hdd_softap_set_channel_change() local
3560 rsnxe_ie = wlan_get_ie_ptr_from_eid(WLAN_ELEMID_RSNXE, in hdd_softap_set_channel_change()
3576 rsnxe_ie, 0, is_wps); in hdd_softap_set_channel_change()