Searched refs:supplicant (Results 1 – 5 of 5) sorted by relevance
21 WPA supplicant as a network management backend for WIFI_NM.58 module-str = WPA supplicant62 int "Min compiled-in debug message level for WPA supplicant"69 Minimum priority level of a debug message emitted by WPA supplicant that70 is compiled-in the firmware. See wpa_debug.h file of the supplicant for117 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 …]
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
149 # If WPA supplicant is enabled, then don't override as it has higher
356 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,