Searched refs:hostapd_config_parse_cipher (Results 1 – 2 of 2) sorted by relevance
781 static int hostapd_config_parse_cipher(int line, const char *value) in hostapd_config_parse_cipher() function2958 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);
789 static int hostapd_config_parse_cipher(int line, const char *value) in hostapd_config_parse_cipher() function3041 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()