Searched refs:supplicant (Results 1 – 6 of 6) sorted by relevance
22 WPA supplicant as a network management backend for WIFI_NM.59 module-str = WPA supplicant63 int "Min compiled-in debug message level for WPA supplicant"70 Minimum priority level of a debug message emitted by WPA supplicant that71 is compiled-in the firmware. See wpa_debug.h file of the supplicant for118 prompt "WPA supplicant crypto implementation"121 Select the crypto implementation to use for WPA supplicant.258 bool "SoftAP mode support based on WPA supplicant"276 bool "EAPoL supplicant"557 prompt "WPA supplicant Network selection criterion"[all …]
131 struct wpa_global *supplicant; member185 return get_default_context()->supplicant; in zephyr_get_default_supplicant_context()259 wpa_s = wpa_supplicant_get_iface(ctx->supplicant, ifname); in zephyr_get_handle_by_ifname()290 for (wpa_s = ctx->supplicant->ifaces; wpa_s; wpa_s = wpa_s->next) { in get_iface_count()318 while (retry++ < count && !wpa_supplicant_get_iface(ctx->supplicant, ifname)) { in add_interface()322 wpa_s = wpa_supplicant_get_iface(ctx->supplicant, ifname); in add_interface()390 wpa_s = wpa_supplicant_get_iface(ctx->supplicant, ifname); in del_interface()409 msg.ctx = ctx->supplicant; in del_interface()1161 ctx->supplicant = wpa_supplicant_init(¶ms); in handler()1162 if (ctx->supplicant == NULL) { in handler()[all …]
57 # Without WPA supplicant we only support scan
159 # If WPA supplicant is enabled, then don't override as it has higher
174 # Without WPA supplicant we only support scan
367 Hidden option to enable Wi-Fi SoftAP functions in WPA supplicant and RF libraries.408 Select this option to print logging information from WPA supplicant,