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

/net/mac80211/
H A Dht.c23 struct ieee80211_ht_cap *ht_capa_mask,
28 if (ht_capa_mask->cap_info & le_flag) {
35 struct ieee80211_ht_cap *ht_capa_mask,
41 if ((ht_capa_mask->cap_info & le_flag) &&
49 struct ieee80211_ht_cap *ht_capa, *ht_capa_mask; local
59 ht_capa_mask = &sdata->u.mgd.ht_capa_mask;
63 ht_capa_mask = &sdata->u.ibss.ht_capa_mask;
71 smask = (u8 *)(&ht_capa_mask
22 __check_htcap_disable(struct ieee80211_ht_cap *ht_capa, struct ieee80211_ht_cap *ht_capa_mask, struct ieee80211_sta_ht_cap *ht_cap, u16 flag) argument
34 __check_htcap_enable(struct ieee80211_ht_cap *ht_capa, struct ieee80211_ht_cap *ht_capa_mask, struct ieee80211_sta_ht_cap *ht_cap, u16 flag) argument
[all...]
H A Dieee80211_i.h504 struct ieee80211_ht_cap ht_capa_mask; /* Valid parts of ht_capa */ member in struct:ieee80211_if_managed
538 struct ieee80211_ht_cap ht_capa_mask; /* Valid parts of ht_capa */ member in struct:ieee80211_if_ibss
/net/wireless/
H A Dmlme.c242 /* Do a logical ht_capa &= ht_capa_mask. */
244 const struct ieee80211_ht_cap *ht_capa_mask)
248 if (!ht_capa_mask) {
254 p2 = (u8*)(ht_capa_mask);
259 /* Do a logical ht_capa &= ht_capa_mask. */
293 cfg80211_oper_and_ht_capa(&req->ht_capa_mask,
243 cfg80211_oper_and_ht_capa(struct ieee80211_ht_cap *ht_capa, const struct ieee80211_ht_cap *ht_capa_mask) argument

Completed in 171 milliseconds