Home
last modified time | relevance | path

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

/linux-6.1.9/net/mac80211/
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 …]
Dibss.c1835 memcpy(&sdata->u.ibss.ht_capa_mask, &params->ht_capa_mask, in ieee80211_ibss_join()
1836 sizeof(sdata->u.ibss.ht_capa_mask)); in ieee80211_ibss_join()
1879 memset(&ifibss->ht_capa_mask, 0, sizeof(ifibss->ht_capa_mask)); in ieee80211_ibss_leave()
Dieee80211_i.h526 struct ieee80211_ht_cap ht_capa_mask; /* Valid parts of ht_capa */ member
583 struct ieee80211_ht_cap ht_capa_mask; /* Valid parts of ht_capa */ member
Dmlme.c2918 memset(&ifmgd->ht_capa_mask, 0, sizeof(ifmgd->ht_capa_mask)); in ieee80211_set_disassoc()
7055 memcpy(&ifmgd->ht_capa_mask, &req->ht_capa_mask, in ieee80211_mgd_assoc()
7056 sizeof(ifmgd->ht_capa_mask)); in ieee80211_mgd_assoc()
/linux-6.1.9/net/wireless/
Dmlme.c285 const struct ieee80211_ht_cap *ht_capa_mask) in cfg80211_oper_and_ht_capa() argument
289 if (!ht_capa_mask) { in cfg80211_oper_and_ht_capa()
295 p2 = (u8*)(ht_capa_mask); in cfg80211_oper_and_ht_capa()
341 cfg80211_oper_and_ht_capa(&req->ht_capa_mask, in cfg80211_mlme_assoc()
Dsme.c199 req.ht_capa_mask = params->ht_capa_mask; in cfg80211_conn_do_work()
1417 cfg80211_oper_and_ht_capa(&connect->ht_capa_mask, in cfg80211_connect()
Dcore.h392 const struct ieee80211_ht_cap *ht_capa_mask);
Dtrace.h1264 __array(u8, ht_capa_mask, sizeof(struct ieee80211_ht_cap))
1285 memcpy(__entry->ht_capa_mask, &req->ht_capa_mask,
1286 sizeof(req->ht_capa_mask));
Dnl80211.c10789 memcpy(&req.ht_capa_mask, in nl80211_associate()
10791 sizeof(req.ht_capa_mask)); in nl80211_associate()
11208 memcpy(&ibss.ht_capa_mask, in nl80211_join_ibss()
11210 sizeof(ibss.ht_capa_mask)); in nl80211_join_ibss()
11682 memcpy(&connect.ht_capa_mask, in nl80211_connect()
11684 sizeof(connect.ht_capa_mask)); in nl80211_connect()
/linux-6.1.9/drivers/net/wireless/quantenna/qtnfmac/
Dqlink.h574 struct ieee80211_ht_cap ht_capa_mask; member
Dcommands.c2119 memcpy(&cmd->ht_capa_mask, &sme->ht_capa_mask, in qtnf_cmd_send_connect()
2120 sizeof(cmd->ht_capa_mask)); in qtnf_cmd_send_connect()
/linux-6.1.9/include/net/
Dcfg80211.h2887 struct ieee80211_ht_cap ht_capa_mask; member
2991 struct ieee80211_ht_cap ht_capa_mask; member
3093 struct ieee80211_ht_cap ht_capa_mask; member