Searched refs:ht_opmode (Results 1 – 12 of 12) sorted by relevance
/linux-4.4.14/net/mac80211/ |
D | mesh_plink.c | 155 u16 ht_opmode; in mesh_set_ht_prot_mode() local 189 ht_opmode = IEEE80211_HT_OP_MODE_PROTECTION_NONHT_MIXED; in mesh_set_ht_prot_mode() 192 ht_opmode = IEEE80211_HT_OP_MODE_PROTECTION_20MHZ; in mesh_set_ht_prot_mode() 194 ht_opmode = IEEE80211_HT_OP_MODE_PROTECTION_NONE; in mesh_set_ht_prot_mode() 196 if (sdata->vif.bss_conf.ht_operation_mode == ht_opmode) in mesh_set_ht_prot_mode() 199 sdata->vif.bss_conf.ht_operation_mode = ht_opmode; in mesh_set_ht_prot_mode() 200 sdata->u.mesh.mshcfg.ht_opmode = ht_opmode; in mesh_set_ht_prot_mode() 201 mpl_dbg(sdata, "selected new HT protection mode %d\n", ht_opmode); in mesh_set_ht_prot_mode()
|
D | debugfs_netdev.c | 594 IEEE80211_IF_FILE(ht_opmode, u.mesh.mshcfg.ht_opmode, DEC); 708 MESHPARAMS_ADD(ht_opmode); in add_mesh_config()
|
D | cfg.c | 1753 conf->ht_opmode = nconf->ht_opmode; in ieee80211_update_mesh_config() 1754 sdata->vif.bss_conf.ht_operation_mode = nconf->ht_opmode; in ieee80211_update_mesh_config() 1870 if (params->ht_opmode >= 0) { in ieee80211_change_bss() 1872 (u16) params->ht_opmode; in ieee80211_change_bss()
|
D | mlme.c | 347 u16 ht_opmode; in ieee80211_config_bw() local 367 ht_opmode = le16_to_cpu(ht_oper->operation_mode); in ieee80211_config_bw() 368 if (sdata->vif.bss_conf.ht_operation_mode != ht_opmode) { in ieee80211_config_bw() 370 sdata->vif.bss_conf.ht_operation_mode = ht_opmode; in ieee80211_config_bw()
|
D | mesh.c | 868 ifmsh->mshcfg.ht_opmode; in ieee80211_start_mesh()
|
/linux-4.4.14/net/wireless/ |
D | mesh.c | 73 .ht_opmode = IEEE80211_HT_OP_MODE_PROTECTION_NONHT_MIXED,
|
D | trace.h | 67 __field(u16, ht_opmode) \ 104 __entry->ht_opmode = conf->ht_opmode; \ 989 __field(int, ht_opmode) 998 __entry->ht_opmode = params->ht_opmode; 1005 __entry->ap_isolate, __entry->ht_opmode)
|
D | nl80211.c | 4891 params.ht_opmode = -1; in nl80211_set_bss() 4913 params.ht_opmode = in nl80211_set_bss() 5086 cur_params.ht_opmode) || in nl80211_get_mesh_config() 5254 FILL_IN_MESH_PARAM_IF_SET(tb, cfg, ht_opmode, 0, 16, in nl80211_parse_mesh_config()
|
/linux-4.4.14/drivers/net/wireless/rt2x00/ |
D | rt2x00config.c | 109 erp.ht_opmode = bss_conf->ht_operation_mode; in rt2x00lib_config_erp()
|
D | rt2x00.h | 450 u16 ht_opmode; member
|
D | rt2800lib.c | 1593 bool any_sta_nongf = !!(erp->ht_opmode & in rt2800_config_ht_opmode() 1595 u8 protection = erp->ht_opmode & IEEE80211_HT_OP_MODE_PROTECTION; in rt2800_config_ht_opmode()
|
/linux-4.4.14/include/net/ |
D | cfg80211.h | 1227 int ht_opmode; member 1323 u16 ht_opmode; member
|