Home
last modified time | relevance | path

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

/Linux-v4.19/net/mac80211/
Dmesh_plink.c161 u16 ht_opmode; in mesh_set_ht_prot_mode() local
195 ht_opmode = IEEE80211_HT_OP_MODE_PROTECTION_NONHT_MIXED; in mesh_set_ht_prot_mode()
198 ht_opmode = IEEE80211_HT_OP_MODE_PROTECTION_20MHZ; in mesh_set_ht_prot_mode()
200 ht_opmode = IEEE80211_HT_OP_MODE_PROTECTION_NONE; in mesh_set_ht_prot_mode()
202 if (sdata->vif.bss_conf.ht_operation_mode == ht_opmode) in mesh_set_ht_prot_mode()
205 sdata->vif.bss_conf.ht_operation_mode = ht_opmode; in mesh_set_ht_prot_mode()
206 sdata->u.mesh.mshcfg.ht_opmode = ht_opmode; in mesh_set_ht_prot_mode()
207 mpl_dbg(sdata, "selected new HT protection mode %d\n", ht_opmode); in mesh_set_ht_prot_mode()
Ddebugfs_netdev.c634 IEEE80211_IF_FILE(ht_opmode, u.mesh.mshcfg.ht_opmode, DEC);
759 MESHPARAMS_ADD(ht_opmode); in add_mesh_config()
Dcfg.c1993 conf->ht_opmode = nconf->ht_opmode; in ieee80211_update_mesh_config()
1994 sdata->vif.bss_conf.ht_operation_mode = nconf->ht_opmode; in ieee80211_update_mesh_config()
2116 if (params->ht_opmode >= 0) { in ieee80211_change_bss()
2118 (u16) params->ht_opmode; in ieee80211_change_bss()
Dmlme.c333 u16 ht_opmode; in ieee80211_config_bw() local
358 ht_opmode = le16_to_cpu(ht_oper->operation_mode); in ieee80211_config_bw()
359 if (sdata->vif.bss_conf.ht_operation_mode != ht_opmode) { in ieee80211_config_bw()
361 sdata->vif.bss_conf.ht_operation_mode = ht_opmode; in ieee80211_config_bw()
Dmesh.c899 ifmsh->mshcfg.ht_opmode; in ieee80211_start_mesh()
/Linux-v4.19/net/wireless/
Dmesh.c74 .ht_opmode = IEEE80211_HT_OP_MODE_PROTECTION_NONHT_MIXED,
Dtrace.h68 __field(u16, ht_opmode) \
105 __entry->ht_opmode = conf->ht_opmode; \
1023 __field(int, ht_opmode)
1032 __entry->ht_opmode = params->ht_opmode;
1039 __entry->ap_isolate, __entry->ht_opmode)
Dnl80211.c5910 params.ht_opmode = -1; in nl80211_set_bss()
5932 params.ht_opmode = in nl80211_set_bss()
6109 cur_params.ht_opmode) || in nl80211_get_mesh_config()
6240 u16 ht_opmode; in nl80211_parse_mesh_config() local
6337 ht_opmode = nla_get_u16(tb[NL80211_MESHCONF_HT_OPMODE]); in nl80211_parse_mesh_config()
6339 if (ht_opmode & ~(IEEE80211_HT_OP_MODE_PROTECTION | in nl80211_parse_mesh_config()
6345 ht_opmode &= ~IEEE80211_HT_OP_MODE_NON_HT_STA_PRSNT; in nl80211_parse_mesh_config()
6347 cfg->ht_opmode = ht_opmode; in nl80211_parse_mesh_config()
/Linux-v4.19/drivers/net/wireless/ralink/rt2x00/
Drt2x00config.c109 erp.ht_opmode = bss_conf->ht_operation_mode; in rt2x00lib_config_erp()
Drt2x00.h454 u16 ht_opmode; member
Drt2800lib.c1756 bool any_sta_nongf = !!(erp->ht_opmode & in rt2800_config_ht_opmode()
1758 u8 protection = erp->ht_opmode & IEEE80211_HT_OP_MODE_PROTECTION; in rt2800_config_ht_opmode()
/Linux-v4.19/include/net/
Dcfg80211.h1469 int ht_opmode; member
1565 u16 ht_opmode; member