Home
last modified time | relevance | path

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

/net/mac80211/
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()
A Ddebugfs_netdev.c786 IEEE80211_IF_FILE(ht_opmode, u.mesh.mshcfg.ht_opmode, DEC);
925 MESHPARAMS_ADD(ht_opmode); in add_mesh_config()
A Dcfg.c2770 conf->ht_opmode = nconf->ht_opmode; in ieee80211_update_mesh_config()
2771 sdata->vif.bss_conf.ht_operation_mode = nconf->ht_opmode; in ieee80211_update_mesh_config()
2909 if (params->ht_opmode >= 0) { in ieee80211_change_bss()
2910 link->conf->ht_operation_mode = (u16)params->ht_opmode; in ieee80211_change_bss()
A Dmesh.c1195 ifmsh->mshcfg.ht_opmode; in ieee80211_start_mesh()
A Dmlme.c1226 u16 ht_opmode; in ieee80211_config_bw() local
1277 ht_opmode = le16_to_cpu(elems->ht_operation->operation_mode); in ieee80211_config_bw()
1278 if (link->conf->ht_operation_mode != ht_opmode) { in ieee80211_config_bw()
1280 link->conf->ht_operation_mode = ht_opmode; in ieee80211_config_bw()
/net/wireless/
A Dmesh.c78 .ht_opmode = IEEE80211_HT_OP_MODE_PROTECTION_NONHT_MIXED,
A Dtrace.h71 __field(u16, ht_opmode) \
109 __entry->ht_opmode = conf->ht_opmode; \
1250 __field(int, ht_opmode)
1259 __entry->ht_opmode = params->ht_opmode;
1266 __entry->ap_isolate, __entry->ht_opmode)
A Dnl80211.c8840 params.ht_opmode = -1; in nl80211_set_bss()
8862 params.ht_opmode = in nl80211_set_bss()
9028 cur_params.ht_opmode) || in nl80211_get_mesh_config()
9128 u16 ht_opmode; in nl80211_parse_mesh_config() local
9226 ht_opmode = nla_get_u16(tb[NL80211_MESHCONF_HT_OPMODE]); in nl80211_parse_mesh_config()
9228 if (ht_opmode & ~(IEEE80211_HT_OP_MODE_PROTECTION | in nl80211_parse_mesh_config()
9234 ht_opmode &= ~IEEE80211_HT_OP_MODE_NON_HT_STA_PRSNT; in nl80211_parse_mesh_config()
9236 cfg->ht_opmode = ht_opmode; in nl80211_parse_mesh_config()

Completed in 67 milliseconds