Home
last modified time | relevance | path

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

/hostap-latest/src/drivers/
Ddriver_nl80211_capa.c1178 capa->max_num_akms = in wiphy_info_handler()
1265 if (!drv->capa.max_num_akms) in wpa_driver_nl80211_get_info()
1266 drv->capa.max_num_akms = NL80211_MAX_NR_AKM_SUITES; in wpa_driver_nl80211_get_info()
Ddriver_nl80211.c5183 if ((unsigned int) num_suites > drv->capa.max_num_akms) in wpa_driver_nl80211_set_ap()
5186 num_suites, drv->capa.max_num_akms); in wpa_driver_nl80211_set_ap()
6891 if (drv->capa.max_num_akms <= in nl80211_connect_common()
6895 drv->capa.max_num_akms, in nl80211_connect_common()
6900 mgmt = os_malloc(sizeof(u32) * drv->capa.max_num_akms); in nl80211_connect_common()
6976 if (drv->capa.max_num_akms > 1) { in nl80211_connect_common()
6979 drv->capa.max_num_akms - 1); in nl80211_connect_common()
Ddriver.h2461 unsigned int max_num_akms; member
/hostap-latest/wpa_supplicant/
Dwpa_supplicant_i.h953 unsigned int max_num_akms; member
Dwpa_supplicant.c1548 int akm_count = wpa_s->max_num_akms; in wpas_update_allowed_key_mgmt()