Home
last modified time | relevance | path

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

/linux-6.15/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()
105 __check_htcap_enable(ht_capa, ht_capa_mask, ht_cap, in ieee80211_apply_htcap_overrides()
118 if (ht_capa_mask->ampdu_params_info & in ieee80211_apply_htcap_overrides()
[all …]
H A Dibss.c1797 memcpy(&sdata->u.ibss.ht_capa_mask, &params->ht_capa_mask, in ieee80211_ibss_join()
1798 sizeof(sdata->u.ibss.ht_capa_mask)); in ieee80211_ibss_join()
1841 memset(&ifibss->ht_capa_mask, 0, sizeof(ifibss->ht_capa_mask)); in ieee80211_ibss_leave()
H A Dieee80211_i.h568 struct ieee80211_ht_cap ht_capa_mask; /* Valid parts of ht_capa */ member
652 struct ieee80211_ht_cap ht_capa_mask; /* Valid parts of ht_capa */ member
H A Dmlme.c4054 memset(&ifmgd->ht_capa_mask, 0, sizeof(ifmgd->ht_capa_mask)); in ieee80211_set_disassoc()
9414 memcpy(&ifmgd->ht_capa_mask, &req->ht_capa_mask, in ieee80211_mgd_assoc()
9415 sizeof(ifmgd->ht_capa_mask)); in ieee80211_mgd_assoc()
/linux-6.15/net/mac80211/tests/
H A Dchan-mode.c21 struct ieee80211_ht_cap ht_capa_mask; member
61 .ht_capa_mask = {
207 t_sdata->sdata->u.mgd.ht_capa_mask = params->ht_capa_mask; in KUNIT_ARRAY_PARAM_DESC()
/linux-6.15/net/wireless/
H A Dmlme.c296 const struct ieee80211_ht_cap *ht_capa_mask) in cfg80211_oper_and_ht_capa() argument
300 if (!ht_capa_mask) { in cfg80211_oper_and_ht_capa()
306 p2 = (u8*)(ht_capa_mask); in cfg80211_oper_and_ht_capa()
469 cfg80211_oper_and_ht_capa(&req->ht_capa_mask, in cfg80211_mlme_assoc()
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 Dcore.h396 const struct ieee80211_ht_cap *ht_capa_mask);
H A Dtrace.h1375 __array(u8, ht_capa_mask, sizeof(struct ieee80211_ht_cap))
1397 memcpy(__entry->ht_capa_mask, &req->ht_capa_mask,
1398 sizeof(req->ht_capa_mask));
H A Dnl80211.c11270 memcpy(&req.ht_capa_mask, in nl80211_associate()
11272 sizeof(req.ht_capa_mask)); in nl80211_associate()
11675 memcpy(&ibss.ht_capa_mask, in nl80211_join_ibss()
11677 sizeof(ibss.ht_capa_mask)); in nl80211_join_ibss()
12147 memcpy(&connect.ht_capa_mask, in nl80211_connect()
12149 sizeof(connect.ht_capa_mask)); in nl80211_connect()
/linux-6.15/drivers/net/wireless/quantenna/qtnfmac/
H A Dqlink.h574 struct ieee80211_ht_cap ht_capa_mask; member
H A Dcommands.c2121 memcpy(&cmd->ht_capa_mask, &sme->ht_capa_mask, in qtnf_cmd_send_connect()
2122 sizeof(cmd->ht_capa_mask)); in qtnf_cmd_send_connect()
/linux-6.15/include/net/
H A Dcfg80211.h3197 struct ieee80211_ht_cap ht_capa_mask; member
3302 struct ieee80211_ht_cap ht_capa_mask; member
3404 struct ieee80211_ht_cap ht_capa_mask; member