Searched refs:max_match_sets (Results 1 - 9 of 9) sorted by relevance

/external/wpa_supplicant_8/wpa_supplicant/
H A Dscan.c1148 params.filter_ssids = os_zalloc(wpa_s->max_match_sets *
1195 if (params.num_filter_ssids < wpa_s->max_match_sets &&
2004 if (num_match_ssid > wpa_s->max_match_sets) {
2005 num_match_ssid = wpa_s->max_match_sets;
H A Dwpa_supplicant_i.h592 unsigned int max_match_sets; member in struct:wpa_supplicant
H A Dwpa_supplicant.c3725 wpa_s->max_match_sets = capa.max_match_sets;
/external/wpa_supplicant_8/hostapd/src/drivers/
H A Ddriver.h1028 int max_match_sets; member in struct:wpa_driver_capa
H A Ddriver_nl80211.c3884 capa->max_match_sets =
5301 (int) drv->num_filter_ssids <= drv->capa.max_match_sets) ||
12186 "capa.max_match_sets=%d\n"
12199 drv->capa.max_match_sets,
/external/wpa_supplicant_8/src/drivers/
H A Ddriver.h1028 int max_match_sets; member in struct:wpa_driver_capa
H A Ddriver_nl80211.c3884 capa->max_match_sets =
5301 (int) drv->num_filter_ssids <= drv->capa.max_match_sets) ||
12186 "capa.max_match_sets=%d\n"
12199 drv->capa.max_match_sets,
/external/wpa_supplicant_8/wpa_supplicant/src/drivers/
H A Ddriver.h1028 int max_match_sets; member in struct:wpa_driver_capa
H A Ddriver_nl80211.c3884 capa->max_match_sets =
5301 (int) drv->num_filter_ssids <= drv->capa.max_match_sets) ||
12186 "capa.max_match_sets=%d\n"
12199 drv->capa.max_match_sets,

Completed in 1119 milliseconds