Home
last modified time | relevance | path

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

/linux-6.15/net/mac80211/
H A Dmesh_plink.c163 u16 ht_opmode; in mesh_set_ht_prot_mode() local
197 ht_opmode = IEEE80211_HT_OP_MODE_PROTECTION_NONHT_MIXED; in mesh_set_ht_prot_mode()
200 ht_opmode = IEEE80211_HT_OP_MODE_PROTECTION_20MHZ; in mesh_set_ht_prot_mode()
202 ht_opmode = IEEE80211_HT_OP_MODE_PROTECTION_NONE; in mesh_set_ht_prot_mode()
204 if (sdata->vif.bss_conf.ht_operation_mode == ht_opmode) in mesh_set_ht_prot_mode()
207 sdata->vif.bss_conf.ht_operation_mode = ht_opmode; in mesh_set_ht_prot_mode()
208 sdata->u.mesh.mshcfg.ht_opmode = ht_opmode; in mesh_set_ht_prot_mode()
209 mpl_dbg(sdata, "selected new HT protection mode %d\n", ht_opmode); in mesh_set_ht_prot_mode()
H A Ddebugfs_netdev.c786 IEEE80211_IF_FILE(ht_opmode, u.mesh.mshcfg.ht_opmode, DEC);
925 MESHPARAMS_ADD(ht_opmode); in add_mesh_config()
H A Dcfg.c2646 conf->ht_opmode = nconf->ht_opmode; in ieee80211_update_mesh_config()
2647 sdata->vif.bss_conf.ht_operation_mode = nconf->ht_opmode; in ieee80211_update_mesh_config()
2785 if (params->ht_opmode >= 0) { in ieee80211_change_bss()
2786 link->conf->ht_operation_mode = (u16)params->ht_opmode; in ieee80211_change_bss()
H A Dmesh.c1197 ifmsh->mshcfg.ht_opmode; in ieee80211_start_mesh()
H A Dmlme.c1230 u16 ht_opmode; in ieee80211_config_bw() local
1263 ht_opmode = le16_to_cpu(elems->ht_operation->operation_mode); in ieee80211_config_bw()
1264 if (link->conf->ht_operation_mode != ht_opmode) { in ieee80211_config_bw()
1266 link->conf->ht_operation_mode = ht_opmode; in ieee80211_config_bw()
/linux-6.15/net/wireless/
H A Dmesh.c78 .ht_opmode = IEEE80211_HT_OP_MODE_PROTECTION_NONHT_MIXED,
H A Dtrace.h71 __field(u16, ht_opmode) \
109 __entry->ht_opmode = conf->ht_opmode; \
1239 __field(int, ht_opmode)
1248 __entry->ht_opmode = params->ht_opmode;
1255 __entry->ap_isolate, __entry->ht_opmode)
H A Dnl80211.c8202 params.ht_opmode = -1; in nl80211_set_bss()
8224 params.ht_opmode = in nl80211_set_bss()
8390 cur_params.ht_opmode) || in nl80211_get_mesh_config()
8490 u16 ht_opmode; in nl80211_parse_mesh_config() local
8588 ht_opmode = nla_get_u16(tb[NL80211_MESHCONF_HT_OPMODE]); in nl80211_parse_mesh_config()
8590 if (ht_opmode & ~(IEEE80211_HT_OP_MODE_PROTECTION | in nl80211_parse_mesh_config()
8596 ht_opmode &= ~IEEE80211_HT_OP_MODE_NON_HT_STA_PRSNT; in nl80211_parse_mesh_config()
8598 cfg->ht_opmode = ht_opmode; in nl80211_parse_mesh_config()
/linux-6.15/drivers/net/wireless/ralink/rt2x00/
H A Drt2x00config.c99 erp.ht_opmode = bss_conf->ht_operation_mode; in rt2x00lib_config_erp()
H A Drt2x00.h443 u16 ht_opmode; member
H A Drt2800lib.c2083 bool any_sta_nongf = !!(erp->ht_opmode & in rt2800_config_ht_opmode()
2085 u8 protection = erp->ht_opmode & IEEE80211_HT_OP_MODE_PROTECTION; in rt2800_config_ht_opmode()
/linux-6.15/include/net/
H A Dcfg80211.h2389 int ht_opmode; member
2499 u16 ht_opmode; member