Home
last modified time | relevance | path

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

/linux/net/mac80211/
A Dmesh_plink.c160 u16 ht_opmode; in mesh_set_ht_prot_mode() local
194 ht_opmode = IEEE80211_HT_OP_MODE_PROTECTION_NONHT_MIXED; in mesh_set_ht_prot_mode()
197 ht_opmode = IEEE80211_HT_OP_MODE_PROTECTION_20MHZ; in mesh_set_ht_prot_mode()
199 ht_opmode = IEEE80211_HT_OP_MODE_PROTECTION_NONE; in mesh_set_ht_prot_mode()
201 if (sdata->vif.bss_conf.ht_operation_mode == ht_opmode) in mesh_set_ht_prot_mode()
204 sdata->vif.bss_conf.ht_operation_mode = ht_opmode; in mesh_set_ht_prot_mode()
205 sdata->u.mesh.mshcfg.ht_opmode = ht_opmode; in mesh_set_ht_prot_mode()
206 mpl_dbg(sdata, "selected new HT protection mode %d\n", ht_opmode); in mesh_set_ht_prot_mode()
A Ddebugfs_netdev.c653 IEEE80211_IF_FILE(ht_opmode, u.mesh.mshcfg.ht_opmode, DEC);
782 MESHPARAMS_ADD(ht_opmode); in add_mesh_config()
A Dcfg.c2292 conf->ht_opmode = nconf->ht_opmode; in ieee80211_update_mesh_config()
2293 sdata->vif.bss_conf.ht_operation_mode = nconf->ht_opmode; in ieee80211_update_mesh_config()
2425 if (params->ht_opmode >= 0) { in ieee80211_change_bss()
2427 (u16) params->ht_opmode; in ieee80211_change_bss()
A Dmlme.c372 u16 ht_opmode; in ieee80211_config_bw() local
399 ht_opmode = le16_to_cpu(ht_oper->operation_mode); in ieee80211_config_bw()
400 if (sdata->vif.bss_conf.ht_operation_mode != ht_opmode) { in ieee80211_config_bw()
402 sdata->vif.bss_conf.ht_operation_mode = ht_opmode; in ieee80211_config_bw()
A Dmesh.c1048 ifmsh->mshcfg.ht_opmode; in ieee80211_start_mesh()
/linux/net/wireless/
A Dmesh.c74 .ht_opmode = IEEE80211_HT_OP_MODE_PROTECTION_NONHT_MIXED,
A Dtrace.h68 __field(u16, ht_opmode) \
106 __entry->ht_opmode = conf->ht_opmode; \
1105 __field(int, ht_opmode)
1114 __entry->ht_opmode = params->ht_opmode;
1121 __entry->ap_isolate, __entry->ht_opmode)
A Dnl80211.c7354 params.ht_opmode = -1; in nl80211_set_bss()
7376 params.ht_opmode = in nl80211_set_bss()
7549 cur_params.ht_opmode) || in nl80211_get_mesh_config()
7649 u16 ht_opmode; in nl80211_parse_mesh_config() local
7747 ht_opmode = nla_get_u16(tb[NL80211_MESHCONF_HT_OPMODE]); in nl80211_parse_mesh_config()
7749 if (ht_opmode & ~(IEEE80211_HT_OP_MODE_PROTECTION | in nl80211_parse_mesh_config()
7755 ht_opmode &= ~IEEE80211_HT_OP_MODE_NON_HT_STA_PRSNT; in nl80211_parse_mesh_config()
7757 cfg->ht_opmode = ht_opmode; in nl80211_parse_mesh_config()
/linux/drivers/net/wireless/ralink/rt2x00/
A Drt2x00config.c97 erp.ht_opmode = bss_conf->ht_operation_mode; in rt2x00lib_config_erp()
A Drt2x00.h453 u16 ht_opmode; member
A Drt2800lib.c2005 bool any_sta_nongf = !!(erp->ht_opmode & in rt2800_config_ht_opmode()
2007 u8 protection = erp->ht_opmode & IEEE80211_HT_OP_MODE_PROTECTION; in rt2800_config_ht_opmode()
/linux/include/net/
A Dcfg80211.h1999 int ht_opmode; member
2106 u16 ht_opmode; member

Completed in 108 milliseconds