Home
last modified time | relevance | path

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

/linux/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; \
1288 __field(int, ht_opmode)
1297 __entry->ht_opmode = params->ht_opmode;
1304 __entry->ap_isolate, __entry->ht_opmode)
H A Dnl80211.c9624 params.ht_opmode = -1; in nl80211_set_bss()
9672 params.ht_opmode = in nl80211_set_bss()
9847 cur_params.ht_opmode) || in nl80211_get_mesh_config()
9947 u16 ht_opmode; in nl80211_parse_mesh_config() local
10045 ht_opmode = nla_get_u16(tb[NL80211_MESHCONF_HT_OPMODE]); in nl80211_parse_mesh_config()
10047 if (ht_opmode & ~(IEEE80211_HT_OP_MODE_PROTECTION | in nl80211_parse_mesh_config()
10053 ht_opmode &= ~IEEE80211_HT_OP_MODE_NON_HT_STA_PRSNT; in nl80211_parse_mesh_config()
10055 cfg->ht_opmode = ht_opmode; in nl80211_parse_mesh_config()
/linux/drivers/net/wireless/ralink/rt2x00/
H A Drt2x00config.c99 erp.ht_opmode = bss_conf->ht_operation_mode; in rt2x00lib_config_erp()
/linux/net/mac80211/
H A Dcfg.c3059 conf->ht_opmode = nconf->ht_opmode; in ieee80211_update_mesh_config()
3060 sdata->vif.bss_conf.ht_operation_mode = nconf->ht_opmode; in ieee80211_update_mesh_config()
3197 if (params->ht_opmode >= 0) { in ieee80211_change_bss()
3198 link->conf->ht_operation_mode = (u16)params->ht_opmode; in ieee80211_change_bss()
H A Dmesh.c1200 ifmsh->mshcfg.ht_opmode; in ieee80211_start_mesh()
H A Dmlme.c1340 u16 ht_opmode; in ieee80211_config_bw() local
1391 ht_opmode = le16_to_cpu(elems->ht_operation->operation_mode); in ieee80211_config_bw()
1392 if (link->conf->ht_operation_mode != ht_opmode) { in ieee80211_config_bw()
1394 link->conf->ht_operation_mode = ht_opmode; in ieee80211_config_bw()