Home
last modified time | relevance | path

Searched refs:ext_capa_mask (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/wpa/src/drivers/
H A Ddriver_nl80211.h123 u8 *ext_capa, *ext_capa_mask; member
H A Ddriver_nl80211_capa.c875 capa->ext_capa_mask = in wiphy_info_extended_capab()
878 if (!capa->ext_capa_mask) in wiphy_info_extended_capab()
882 capa->ext_capa_mask, capa->ext_capa_len); in wiphy_info_extended_capab()
908 os_free(drv->iface_capa[i].ext_capa_mask); in wiphy_info_extended_capab()
909 drv->iface_capa[i].ext_capa_mask = NULL; in wiphy_info_extended_capab()
H A Ddriver_nl80211.c3234 os_free(drv->iface_capa[i].ext_capa_mask); in wpa_driver_nl80211_deinit()
13622 const u8 **ext_capa, const u8 **ext_capa_mask, in nl80211_get_ext_capab() argument
13630 if (!ext_capa || !ext_capa_mask || !ext_capa_len) in nl80211_get_ext_capab()
13637 *ext_capa_mask = drv->extended_capa_mask; in nl80211_get_ext_capab()
13644 *ext_capa_mask = drv->iface_capa[i].ext_capa_mask; in nl80211_get_ext_capab()
/freebsd/contrib/wpa/src/ap/
H A Dap_config.h957 u8 ext_capa_mask[EXT_CAPA_MAX_LEN]; member
H A Dieee802_11_shared.c503 *pos &= ~hapd->conf->ext_capa_mask[i]; in hostapd_eid_ext_capab()
/freebsd/contrib/wpa/hostapd/
H A Dconfig_file.c5041 if (get_hex_config(bss->ext_capa_mask, EXT_CAPA_MAX_LEN, in hostapd_config_fill()