Home
last modified time | relevance | path

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

/wlan-driver/qca-wifi-host-cmn/umac/scan/dispatcher/inc/
H A Dwlan_scan_utils_api.h758 ie_lst->fils_indication = conv_ptr(ie_lst->fils_indication, in util_scan_copy_beacon_data()
1726 return scan_entry->ie_list.fils_indication; in util_scan_entry_fils_indication()
H A Dwlan_scan_public_structs.h268 uint8_t *fils_indication; member
/wlan-driver/qca-wifi-host-cmn/umac/scan/core/src/
H A Dwlan_scan_filter.c620 if (!db_entry->ie_list.fils_indication) in scm_is_fils_config_match()
624 (struct fils_indication_ie *)db_entry->ie_list.fils_indication; in scm_is_fils_config_match()
/wlan-driver/qcacld-3.0/core/mac/src/sys/legacy/src/utils/src/
H A Dparser_api.c2773 tDot11fIEfils_indication *fils_indication)
2776 uint8_t remaining_data = fils_indication->num_variable_data;
2778 data = fils_indication->variable_data;
2781 fils_indication->is_ip_config_supported;
2783 fils_indication->is_fils_sk_auth_supported;
2785 fils_indication->is_fils_sk_auth_pfs_supported;
2787 fils_indication->is_pk_auth_supported;
2788 if (fils_indication->is_cache_id_present) {
2800 if (fils_indication->is_hessid_present) {
2812 if (fils_indication->realm_identifiers_cnt) {
[all …]
H A Ddot11f.c12225 { offsetof(tDot11fBeacon, fils_indication),
12484 { offsetof(tDot11fBeacon2, fils_indication),
12735 { offsetof(tDot11fBeaconIEs, fils_indication),
13423 { offsetof(tDot11fProbeResponse, fils_indication),
/wlan-driver/qcacld-3.0/core/mac/src/cfg/cfgUtil/
H A Ddot11f.frms2990 IE fils_indication (EID_FILS_INDICATION)
4080 OPTIE fils_indication;
4186 OPTIE fils_indication;
4266 OPTIE fils_indication;
4574 OPTIE fils_indication;
/wlan-driver/qcacld-3.0/core/mac/src/include/
H A Dparser_api.h1298 tDot11fIEfils_indication * fils_indication);
H A Ddot11f.h11190 tDot11fIEfils_indication fils_indication; member
11302 tDot11fIEfils_indication fils_indication; member
11394 tDot11fIEfils_indication fils_indication; member
11829 tDot11fIEfils_indication fils_indication; member
/wlan-driver/qca-wifi-host-cmn/umac/scan/dispatcher/src/
H A Dwlan_scan_utils_api.c1690 scan_params->ie_list.fils_indication = (uint8_t *)ie; in util_scan_populate_bcn_ie_list()