Home
last modified time | relevance | path

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

/linux/net/mac80211/
H A Dht.c22 struct ieee80211_ht_cap *ht_capa_mask, in __check_htcap_disable() argument
27 if (ht_capa_mask->cap_info & le_flag) { in __check_htcap_disable()
34 struct ieee80211_ht_cap *ht_capa_mask, in __check_htcap_enable() argument
40 if ((ht_capa_mask->cap_info & le_flag) && in __check_htcap_enable()
48 struct ieee80211_ht_cap *ht_capa, *ht_capa_mask; in ieee80211_apply_htcap_overrides() local
58 ht_capa_mask = &sdata->u.mgd.ht_capa_mask; in ieee80211_apply_htcap_overrides()
62 ht_capa_mask = &sdata->u.ibss.ht_capa_mask; in ieee80211_apply_htcap_overrides()
70 smask = (u8 *)(&ht_capa_mask->mcs.rx_mask); in ieee80211_apply_htcap_overrides()
87 __check_htcap_disable(ht_capa, ht_capa_mask, ht_cap, in ieee80211_apply_htcap_overrides()
89 __check_htcap_disable(ht_capa, ht_capa_mask, ht_cap, in ieee80211_apply_htcap_overrides()
[all …]
H A Dieee80211_i.h568 struct ieee80211_ht_cap ht_capa_mask; /* Valid parts of ht_capa */ member
646 struct ieee80211_ht_cap ht_capa_mask; /* Valid parts of ht_capa */ member
H A Dmlme.c3860 memset(&ifmgd->ht_capa_mask, 0, sizeof(ifmgd->ht_capa_mask)); in ieee80211_set_disassoc()
9124 memcpy(&ifmgd->ht_capa_mask, &req->ht_capa_mask, in ieee80211_mgd_assoc()
9125 sizeof(ifmgd->ht_capa_mask)); in ieee80211_mgd_assoc()
/linux/net/wireless/
H A Dsme.c201 req.ht_capa_mask = params->ht_capa_mask; in cfg80211_conn_do_work()
1475 cfg80211_oper_and_ht_capa(&connect->ht_capa_mask, in cfg80211_connect()
H A Dnl80211.c11259 memcpy(&req.ht_capa_mask, in nl80211_associate()
11261 sizeof(req.ht_capa_mask)); in nl80211_associate()
11657 memcpy(&ibss.ht_capa_mask, in nl80211_join_ibss()
11659 sizeof(ibss.ht_capa_mask)); in nl80211_join_ibss()
12129 memcpy(&connect.ht_capa_mask, in nl80211_connect()
12131 sizeof(connect.ht_capa_mask)); in nl80211_connect()
/linux/drivers/net/wireless/quantenna/qtnfmac/
H A Dqlink.h574 struct ieee80211_ht_cap ht_capa_mask; member