Home
last modified time | relevance | path

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

/hostap-3.7.0/src/ap/
Dgas_serv.c761 for (i = 0; p->method_list && p->method_list[i] >= 0; i++) in anqp_add_osu_provider()
762 wpabuf_put_u8(buf, p->method_list[i]); in anqp_add_osu_provider()
Dap_config.h631 int *method_list; member
Dap_config.c897 os_free(p->method_list); in hostapd_config_free_bss()
/hostap-3.7.0/hostapd/
Dconfig_file.c1960 if (hostapd_parse_intlist(&bss->last_osu->method_list, pos)) { in hs20_parse_osu_method_list()