Searched refs:ext_capa (Results 1 – 7 of 7) sorted by relevance
72 const u8 *ext_capa; in hs20_configure_frame_filters() local91 ext_capa = wpa_bss_get_ie(bss, WLAN_EID_EXT_CAPAB); in hs20_configure_frame_filters()92 if (!ext_capa || ext_capa[1] < 2) { in hs20_configure_frame_filters()
109 u8 *ext_capa, *ext_capa_mask; member
810 capa->ext_capa = os_memdup(nla_data(tb1[NL80211_ATTR_EXT_CAPA]), in wiphy_info_extended_capab()812 if (!capa->ext_capa) in wiphy_info_extended_capab()817 capa->ext_capa, capa->ext_capa_len); in wiphy_info_extended_capab()839 os_free(drv->iface_ext_capa[i].ext_capa); in wiphy_info_extended_capab()840 drv->iface_ext_capa[i].ext_capa = NULL; in wiphy_info_extended_capab()
3053 os_free(drv->iface_ext_capa[i].ext_capa); in wpa_driver_nl80211_deinit()11893 const u8 **ext_capa, const u8 **ext_capa_mask, in nl80211_get_ext_capab() argument11901 if (!ext_capa || !ext_capa_mask || !ext_capa_len) in nl80211_get_ext_capab()11907 *ext_capa = drv->extended_capa; in nl80211_get_ext_capab()11914 *ext_capa = drv->iface_ext_capa[i].ext_capa; in nl80211_get_ext_capab()
898 u8 ext_capa[EXT_CAPA_MAX_LEN]; member
471 *pos |= hapd->conf->ext_capa[i]; in hostapd_eid_ext_capab()
4722 if (get_hex_config(bss->ext_capa, EXT_CAPA_MAX_LEN, in hostapd_config_fill()