Home
last modified time | relevance | path

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

/hostap-latest/src/common/
Dieee802_11_defs.h1469 #define MULTI_AP_PROFILE_1 1 macro
/hostap-latest/wpa_supplicant/
Dconfig.c2750 { INT_RANGE(multi_ap_profile, MULTI_AP_PROFILE_1,
/hostap-latest/hostapd/
Dconfig_file.c4916 if (val < MULTI_AP_PROFILE_1 || val > MULTI_AP_PROFILE_MAX) { in hostapd_config_fill()
/hostap-latest/src/ap/
Dieee802_11.c3517 if (multi_ap.profile == MULTI_AP_PROFILE_1 && in check_multi_ap()