Searched refs:num_allowed_authmode (Results 1 – 3 of 3) sorted by relevance
5225 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()
1719 int32_t num_allowed_authmode = 0; in cm_update_crypto_params() local1754 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()
900 uint32_t num_allowed_authmode; member