Home
last modified time | relevance | path

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

/wlan-driver/wpa_supplicant_8/src/pasn/
H A Dpasn_responder.c
H A Dpasn_common.h
H A Dpasn_initiator.c
/wlan-driver/qca-wifi-host-cmn/umac/cmn_services/crypto/inc/
H A 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/
H A 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/
H A 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/
H A 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()
/wlan-driver/wpa_supplicant_8/src/ap/
H A Dieee802_11.c