Searched refs:ht_opmode (Results 1 – 8 of 8) sorted by relevance
159 u16 ht_opmode; in mesh_set_ht_prot_mode() local193 ht_opmode = IEEE80211_HT_OP_MODE_PROTECTION_NONHT_MIXED; in mesh_set_ht_prot_mode()196 ht_opmode = IEEE80211_HT_OP_MODE_PROTECTION_20MHZ; in mesh_set_ht_prot_mode()198 ht_opmode = IEEE80211_HT_OP_MODE_PROTECTION_NONE; in mesh_set_ht_prot_mode()200 if (sdata->vif.bss_conf.ht_operation_mode == ht_opmode) in mesh_set_ht_prot_mode()203 sdata->vif.bss_conf.ht_operation_mode = ht_opmode; in mesh_set_ht_prot_mode()204 sdata->u.mesh.mshcfg.ht_opmode = ht_opmode; in mesh_set_ht_prot_mode()205 mpl_dbg(sdata, "selected new HT protection mode %d\n", ht_opmode); in mesh_set_ht_prot_mode()
636 IEEE80211_IF_FILE(ht_opmode, u.mesh.mshcfg.ht_opmode, DEC);765 MESHPARAMS_ADD(ht_opmode); in add_mesh_config()
2078 conf->ht_opmode = nconf->ht_opmode; in ieee80211_update_mesh_config()2079 sdata->vif.bss_conf.ht_operation_mode = nconf->ht_opmode; in ieee80211_update_mesh_config()2204 if (params->ht_opmode >= 0) { in ieee80211_change_bss()2206 (u16) params->ht_opmode; in ieee80211_change_bss()
333 u16 ht_opmode; in ieee80211_config_bw() local358 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()
964 ifmsh->mshcfg.ht_opmode; in ieee80211_start_mesh()
74 .ht_opmode = IEEE80211_HT_OP_MODE_PROTECTION_NONHT_MIXED,
68 __field(u16, ht_opmode) \105 __entry->ht_opmode = conf->ht_opmode; \1062 __field(int, ht_opmode)1071 __entry->ht_opmode = params->ht_opmode;1078 __entry->ap_isolate, __entry->ht_opmode)
6419 params.ht_opmode = -1; in nl80211_set_bss()6441 params.ht_opmode = in nl80211_set_bss()6614 cur_params.ht_opmode) || in nl80211_get_mesh_config()6708 u16 ht_opmode; in nl80211_parse_mesh_config() local6803 ht_opmode = nla_get_u16(tb[NL80211_MESHCONF_HT_OPMODE]); in nl80211_parse_mesh_config()6805 if (ht_opmode & ~(IEEE80211_HT_OP_MODE_PROTECTION | in nl80211_parse_mesh_config()6811 ht_opmode &= ~IEEE80211_HT_OP_MODE_NON_HT_STA_PRSNT; in nl80211_parse_mesh_config()6813 cfg->ht_opmode = ht_opmode; in nl80211_parse_mesh_config()