Home
last modified time | relevance | path

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

/Zephyr-latest/modules/hostap/
DKconfig21 WPA supplicant as a network management backend for WIFI_NM.
58 module-str = WPA supplicant
62 int "Min compiled-in debug message level for WPA supplicant"
69 Minimum priority level of a debug message emitted by WPA supplicant that
70 is compiled-in the firmware. See wpa_debug.h file of the supplicant for
117 prompt "WPA supplicant crypto implementation"
120 Select the crypto implementation to use for WPA supplicant.
259 bool "SoftAP mode support based on WPA supplicant"
277 bool "EAPoL supplicant"
553 prompt "WPA supplicant Network selection criterion"
[all …]
/Zephyr-latest/modules/hostap/src/
Dsupp_main.c131 struct wpa_global *supplicant; member
185 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(&params); in handler()
1162 if (ctx->supplicant == NULL) { in handler()
[all …]
/Zephyr-latest/drivers/wifi/nrf_wifi/
DCMakeLists.txt57 # Without WPA supplicant we only support scan
DKconfig.nrfwifi149 # If WPA supplicant is enabled, then don't override as it has higher
/Zephyr-latest/drivers/wifi/esp32/
DKconfig.esp32356 Hidden option to enable Wi-Fi SoftAP functions in WPA supplicant and RF libraries.
394 Select this option to print logging information from WPA supplicant,