Home
last modified time | relevance | path

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

/Zephyr-latest/modules/hostap/
DKconfig22 WPA supplicant as a network management backend for WIFI_NM.
59 module-str = WPA supplicant
63 int "Min compiled-in debug message level for WPA supplicant"
70 Minimum priority level of a debug message emitted by WPA supplicant that
71 is compiled-in the firmware. See wpa_debug.h file of the supplicant for
118 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 …]
/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.nrfwifi159 # If WPA supplicant is enabled, then don't override as it has higher
/Zephyr-latest/modules/nrf_wifi/os/
DCMakeLists.txt174 # Without WPA supplicant we only support scan
/Zephyr-latest/drivers/wifi/esp32/
DKconfig.esp32367 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,