Home
last modified time | relevance | path

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

/third_party/wpa_supplicant/wpa_supplicant-2.9/hostapd/
Dap_config_file.c781 static int hostapd_config_parse_cipher(int line, const char *value) in hostapd_config_parse_cipher() function
2958 bss->wpa_pairwise = hostapd_config_parse_cipher(line, pos);
2968 bss->rsn_pairwise = hostapd_config_parse_cipher(line, pos);
2978 bss->group_cipher = hostapd_config_parse_cipher(line, pos);
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/hostapd/
Dap_config_file.c789 static int hostapd_config_parse_cipher(int line, const char *value) in hostapd_config_parse_cipher() function
3041 bss->wpa_pairwise = hostapd_config_parse_cipher(line, pos); in hostapd_config_fill()
3051 bss->rsn_pairwise = hostapd_config_parse_cipher(line, pos); in hostapd_config_fill()
3061 bss->group_cipher = hostapd_config_parse_cipher(line, pos); in hostapd_config_fill()