Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/hostapd/
Dconfig_file.c3826 u16 redirect_url_len; in hostapd_config_fill() local
3834 redirect_url_len = os_strlen(pos + 2); in hostapd_config_fill()
3836 redirect_url_len = 0; in hostapd_config_fill()
3838 bss->network_auth_type = os_malloc(redirect_url_len + 3 + 1); in hostapd_config_fill()
3842 WPA_PUT_LE16(bss->network_auth_type + 1, redirect_url_len); in hostapd_config_fill()
3843 if (redirect_url_len) in hostapd_config_fill()
3845 redirect_url_len); in hostapd_config_fill()
3846 bss->network_auth_type_len = 3 + redirect_url_len; in hostapd_config_fill()