Home
last modified time | relevance | path

Searched refs:capa (Results 1 – 3 of 3) sorted by relevance

/modules/hostap/src/
A Dhapd_main.c212 struct wpa_driver_capa capa; in hostapd_driver_init() local
271 if (hapd->driver->get_capa && hapd->driver->get_capa(hapd->drv_priv, &capa) == 0) { in hostapd_driver_init()
274 iface->drv_flags = capa.flags; in hostapd_driver_init()
275 iface->drv_flags2 = capa.flags2; in hostapd_driver_init()
276 iface->probe_resp_offloads = capa.probe_resp_offloads; in hostapd_driver_init()
280 iface->extended_capa = capa.extended_capa; in hostapd_driver_init()
281 iface->extended_capa_mask = capa.extended_capa_mask; in hostapd_driver_init()
282 iface->extended_capa_len = capa.extended_capa_len; in hostapd_driver_init()
283 iface->drv_max_acl_mac_addrs = capa.max_acl_mac_addrs; in hostapd_driver_init()
291 triggs = wpa_get_wowlan_triggers(conf->wowlan_triggers, &capa); in hostapd_driver_init()
A Dhapd_api.c865 struct wpa_driver_capa capa; in hostapd_ap_enable() local
906 if (hapd->driver->get_capa && hapd->driver->get_capa(hapd->drv_priv, &capa) == 0) { in hostapd_ap_enable()
907 iface->extended_capa = capa.extended_capa; in hostapd_ap_enable()
908 iface->extended_capa_mask = capa.extended_capa_mask; in hostapd_ap_enable()
909 iface->extended_capa_len = capa.extended_capa_len; in hostapd_ap_enable()
910 iface->drv_max_acl_mac_addrs = capa.max_acl_mac_addrs; in hostapd_ap_enable()
A Dsupp_api.c550 if (cipher_capa == ciphers[index].capa) { in process_cipher_config()
563 if (gropu_mgmt_cipher_capa == ciphers_group_mgmt[index].capa) { in process_cipher_config()

Completed in 20 milliseconds