Home
last modified time | relevance | path

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

/net/mac80211/
Dmesh_plink.c158 u16 ht_opmode; in mesh_set_ht_prot_mode() local
192 ht_opmode = IEEE80211_HT_OP_MODE_PROTECTION_NONHT_MIXED; in mesh_set_ht_prot_mode()
195 ht_opmode = IEEE80211_HT_OP_MODE_PROTECTION_20MHZ; in mesh_set_ht_prot_mode()
197 ht_opmode = IEEE80211_HT_OP_MODE_PROTECTION_NONE; in mesh_set_ht_prot_mode()
199 if (sdata->vif.bss_conf.ht_operation_mode == ht_opmode) in mesh_set_ht_prot_mode()
202 sdata->vif.bss_conf.ht_operation_mode = ht_opmode; in mesh_set_ht_prot_mode()
203 sdata->u.mesh.mshcfg.ht_opmode = ht_opmode; in mesh_set_ht_prot_mode()
204 mpl_dbg(sdata, "selected new HT protection mode %d\n", ht_opmode); in mesh_set_ht_prot_mode()
Ddebugfs_netdev.c545 IEEE80211_IF_FILE(ht_opmode, u.mesh.mshcfg.ht_opmode, DEC);
659 MESHPARAMS_ADD(ht_opmode); in add_mesh_config()
Dcfg.c1667 conf->ht_opmode = nconf->ht_opmode; in ieee80211_update_mesh_config()
1668 sdata->vif.bss_conf.ht_operation_mode = nconf->ht_opmode; in ieee80211_update_mesh_config()
1784 if (params->ht_opmode >= 0) { in ieee80211_change_bss()
1786 (u16) params->ht_opmode; in ieee80211_change_bss()
Dmlme.c350 u16 ht_opmode; in ieee80211_config_bw() local
370 ht_opmode = le16_to_cpu(ht_oper->operation_mode); in ieee80211_config_bw()
371 if (sdata->vif.bss_conf.ht_operation_mode != ht_opmode) { in ieee80211_config_bw()
373 sdata->vif.bss_conf.ht_operation_mode = ht_opmode; in ieee80211_config_bw()
Dmesh.c794 ifmsh->mshcfg.ht_opmode; in ieee80211_start_mesh()
/net/wireless/
Dmesh.c73 .ht_opmode = IEEE80211_HT_OP_MODE_PROTECTION_NONHT_MIXED,
Dtrace.h66 __field(u16, ht_opmode) \
103 __entry->ht_opmode = conf->ht_opmode; \
909 __field(int, ht_opmode)
918 __entry->ht_opmode = params->ht_opmode;
925 __entry->ap_isolate, __entry->ht_opmode)
Dnl80211.c4650 params.ht_opmode = -1; in nl80211_set_bss()
4672 params.ht_opmode = in nl80211_set_bss()
4884 cur_params.ht_opmode) || in nl80211_get_mesh_config()
5052 FILL_IN_MESH_PARAM_IF_SET(tb, cfg, ht_opmode, 0, 16, in nl80211_parse_mesh_config()