Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/middleware/wifi_nxp/wlcmgr/
Dwlan.c8696 static int wlan_key_mgmt_wpa_psk(int akm) in wlan_key_mgmt_wpa_psk() argument
8700 if (akm == 0) in wlan_key_mgmt_wpa_psk()
8705 akm &= ~(WLAN_KEY_MGMT_PSK | WLAN_KEY_MGMT_FT_PSK | WLAN_KEY_MGMT_PSK_SHA256); in wlan_key_mgmt_wpa_psk()
8707 return (!akm && rakm); in wlan_key_mgmt_wpa_psk()
8711 static int wlan_key_mgmt_ft_psk(int akm) in wlan_key_mgmt_ft_psk() argument
8715 if (akm == 0) in wlan_key_mgmt_ft_psk()
8720 akm &= ~WLAN_KEY_MGMT_FT_PSK; in wlan_key_mgmt_ft_psk()
8722 return (!akm && rakm); in wlan_key_mgmt_ft_psk()
8726 static int wlan_key_mgmt_sae(int akm) in wlan_key_mgmt_sae() argument
8730 if (akm == 0) in wlan_key_mgmt_sae()
[all …]