Searched defs:ht_capa (Results 1 - 3 of 3) sorted by relevance

/net/mac80211/
H A Ddebugfs_sta.c327 STA_OPS(ht_capa); variable
439 DEBUGFS_ADD(ht_capa);
H A Dieee80211_i.h482 struct ieee80211_ht_cap ht_capa; /* configured ht-cap over-rides */ member in struct:ieee80211_if_managed
483 struct ieee80211_ht_cap ht_capa_mask; /* Valid parts of ht_capa */
/net/wireless/
H A Dmlme.c329 /* Do a logical ht_capa &= ht_capa_mask. */
330 void cfg80211_oper_and_ht_capa(struct ieee80211_ht_cap *ht_capa, argument
336 memset(ht_capa, 0, sizeof(*ht_capa));
340 p1 = (u8*)(ht_capa);
342 for (i = 0; i<sizeof(*ht_capa); i++)
346 /* Do a logical ht_capa &= ht_capa_mask. */

Completed in 257 milliseconds