Home | History | Annotate | Download | only in hostapd

Lines Matching refs:network_auth_type

3051 	} else if (os_strcmp(buf, "network_auth_type") == 0) {
3056 "Line %d: Invalid network_auth_type '%s'",
3064 os_free(bss->network_auth_type);
3065 bss->network_auth_type = os_malloc(redirect_url_len + 3 + 1);
3066 if (bss->network_auth_type == NULL)
3068 *bss->network_auth_type = auth_type;
3069 WPA_PUT_LE16(bss->network_auth_type + 1, redirect_url_len);
3071 os_memcpy(bss->network_auth_type + 3, pos + 2,