Home
last modified time | relevance | path

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

/linux-5.19.10/net/mac80211/
Ddebugfs_sta.c1014 STA_OPS(he_capa);
1053 DEBUGFS_ADD(he_capa); in ieee80211_sta_debugfs_add()
Dcfg.c1772 if (params->he_capa) in sta_apply_parameters()
1774 (void *)params->he_capa, in sta_apply_parameters()
1781 (u8 *)params->he_capa, in sta_apply_parameters()
/linux-5.19.10/include/linux/
Dieee80211.h2884 ieee80211_eht_capa_size_ok(const u8 *he_capa, const u8 *data, u8 len) in ieee80211_eht_capa_size_ok() argument
2889 if (len < needed || !he_capa) in ieee80211_eht_capa_size_ok()
2892 needed += ieee80211_eht_mcs_nss_size((const void *)he_capa, in ieee80211_eht_capa_size_ok()
/linux-5.19.10/include/net/
Dcfg80211.h1526 const struct ieee80211_he_cap_elem *he_capa; member
/linux-5.19.10/net/wireless/
Dnl80211.c6528 params->he_capa || params->eht_capa) in cfg80211_check_station_change()
6727 params->he_capa = in nl80211_set_station_tdls()
6738 if (!ieee80211_eht_capa_size_ok((const u8 *)params->he_capa, in nl80211_set_station_tdls()
6996 params.he_capa = in nl80211_new_station()
7007 if (!ieee80211_eht_capa_size_ok((const u8 *)params.he_capa, in nl80211_new_station()