Home
last modified time | relevance | path

Searched refs:num_allowed_authmode (Results 1 – 3 of 3) sorted by relevance

/wlan-driver/qcacld-3.0/components/wmi/src/
H A Dwmi_unified_roam_tlv.c5225 if (ap_profile->profile.num_allowed_authmode) { in send_roam_scan_offload_ap_profile_cmd_tlv()
5227 len += ap_profile->profile.num_allowed_authmode * in send_roam_scan_offload_ap_profile_cmd_tlv()
5534 if (ap_profile->profile.num_allowed_authmode) { in send_roam_scan_offload_ap_profile_cmd_tlv()
5536 (ap_profile->profile.num_allowed_authmode * in send_roam_scan_offload_ap_profile_cmd_tlv()
5542 for (i = 0; i < ap_profile->profile.num_allowed_authmode; i++) in send_roam_scan_offload_ap_profile_cmd_tlv()
5547 ap_profile->profile.num_allowed_authmode); in send_roam_scan_offload_ap_profile_cmd_tlv()
5550 ap_profile->profile.num_allowed_authmode * in send_roam_scan_offload_ap_profile_cmd_tlv()
/wlan-driver/qcacld-3.0/components/umac/mlme/connection_mgr/core/src/
H A Dwlan_cm_roam_offload.c1719 int32_t num_allowed_authmode = 0; in cm_update_crypto_params() local
1754 num_allowed_authmode < WLAN_CRYPTO_AUTH_MAX) { in cm_update_crypto_params()
1755 profile->allowed_authmode[num_allowed_authmode++] = in cm_update_crypto_params()
1762 profile->num_allowed_authmode = num_allowed_authmode; in cm_update_crypto_params()
/wlan-driver/qcacld-3.0/components/umac/mlme/connection_mgr/dispatcher/inc/
H A Dwlan_cm_roam_public_struct.h900 uint32_t num_allowed_authmode; member