Home
last modified time | relevance | path

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

/freebsd/contrib/wpa/src/drivers/
H A Ddriver_nl80211_capa.c1175 capa->max_num_akms = in wiphy_info_handler()
1262 if (!drv->capa.max_num_akms) in wpa_driver_nl80211_get_info()
1263 drv->capa.max_num_akms = NL80211_MAX_NR_AKM_SUITES; in wpa_driver_nl80211_get_info()
H A Ddriver.h2447 unsigned int max_num_akms; member
H A 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()
/freebsd/contrib/wpa/wpa_supplicant/
H A Dwpa_supplicant_i.h945 unsigned int max_num_akms; member
H A Dwpa_supplicant.c1572 int akm_count = wpa_s->max_num_akms; in wpas_update_allowed_key_mgmt()
7388 wpa_s->max_num_akms = capa.max_num_akms; in wpa_supplicant_init_iface()