Home
last modified time | relevance | path

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

/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/hostapd/
H A Dap_config_file.c4064 u16 redirect_url_len; in hostapd_config_fill() local
4072 redirect_url_len = os_strlen(pos + 2); in hostapd_config_fill()
4074 redirect_url_len = 0; in hostapd_config_fill()
4076 bss->network_auth_type = os_malloc(redirect_url_len + 3 + 1); in hostapd_config_fill()
4080 WPA_PUT_LE16(bss->network_auth_type + 1, redirect_url_len); in hostapd_config_fill()
4081 if (redirect_url_len) in hostapd_config_fill()
4083 redirect_url_len); in hostapd_config_fill()
4084 bss->network_auth_type_len = 3 + redirect_url_len; in hostapd_config_fill()
/third_party/wpa_supplicant/wpa_supplicant-2.9/hostapd/
H A Dap_config_file.c3863 u16 redirect_url_len; local
3871 redirect_url_len = os_strlen(pos + 2);
3873 redirect_url_len = 0;
3875 bss->network_auth_type = os_malloc(redirect_url_len + 3 + 1);
3879 WPA_PUT_LE16(bss->network_auth_type + 1, redirect_url_len);
3880 if (redirect_url_len)
3882 redirect_url_len);
3883 bss->network_auth_type_len = 3 + redirect_url_len;

Completed in 10 milliseconds