/kernel/linux/linux-5.10/net/mac80211/ |
H A D | mesh_plink.c | 160 u16 ht_opmode; in mesh_set_ht_prot_mode() local 194 ht_opmode = IEEE80211_HT_OP_MODE_PROTECTION_NONHT_MIXED; in mesh_set_ht_prot_mode() 197 ht_opmode = IEEE80211_HT_OP_MODE_PROTECTION_20MHZ; in mesh_set_ht_prot_mode() 199 ht_opmode = IEEE80211_HT_OP_MODE_PROTECTION_NONE; in mesh_set_ht_prot_mode() 201 if (sdata->vif.bss_conf.ht_operation_mode == ht_opmode) in mesh_set_ht_prot_mode() 204 sdata->vif.bss_conf.ht_operation_mode = ht_opmode; in mesh_set_ht_prot_mode() 205 sdata->u.mesh.mshcfg.ht_opmode = ht_opmode; in mesh_set_ht_prot_mode() 206 mpl_dbg(sdata, "selected new HT protection mode %d\n", ht_opmode); in mesh_set_ht_prot_mode()
|
H A D | debugfs_netdev.c | 629 IEEE80211_IF_FILE(ht_opmode, u.mesh.mshcfg.ht_opmode, DEC); 761 MESHPARAMS_ADD(ht_opmode); in add_mesh_config()
|
H A D | cfg.c | 2219 conf->ht_opmode = nconf->ht_opmode; in ieee80211_update_mesh_config() 2220 sdata->vif.bss_conf.ht_operation_mode = nconf->ht_opmode; in ieee80211_update_mesh_config() 2352 if (params->ht_opmode >= 0) { in ieee80211_change_bss() 2354 (u16) params->ht_opmode; in ieee80211_change_bss()
|
H A D | mlme.c | 373 u16 ht_opmode; in ieee80211_config_bw() local 399 ht_opmode = le16_to_cpu(ht_oper->operation_mode); in ieee80211_config_bw() 400 if (sdata->vif.bss_conf.ht_operation_mode != ht_opmode) { in ieee80211_config_bw() 402 sdata->vif.bss_conf.ht_operation_mode = ht_opmode; in ieee80211_config_bw()
|
H A D | mesh.c | 1017 ifmsh->mshcfg.ht_opmode; in ieee80211_start_mesh()
|
/kernel/linux/linux-6.6/net/mac80211/ |
H A D | mesh_plink.c | 161 u16 ht_opmode; in mesh_set_ht_prot_mode() local 195 ht_opmode = IEEE80211_HT_OP_MODE_PROTECTION_NONHT_MIXED; in mesh_set_ht_prot_mode() 198 ht_opmode = IEEE80211_HT_OP_MODE_PROTECTION_20MHZ; in mesh_set_ht_prot_mode() 200 ht_opmode = IEEE80211_HT_OP_MODE_PROTECTION_NONE; in mesh_set_ht_prot_mode() 202 if (sdata->vif.bss_conf.ht_operation_mode == ht_opmode) in mesh_set_ht_prot_mode() 205 sdata->vif.bss_conf.ht_operation_mode = ht_opmode; in mesh_set_ht_prot_mode() 206 sdata->u.mesh.mshcfg.ht_opmode = ht_opmode; in mesh_set_ht_prot_mode() 207 mpl_dbg(sdata, "selected new HT protection mode %d\n", ht_opmode); in mesh_set_ht_prot_mode()
|
H A D | debugfs_netdev.c | 675 IEEE80211_IF_FILE(ht_opmode, u.mesh.mshcfg.ht_opmode, DEC); 814 MESHPARAMS_ADD(ht_opmode); in add_mesh_config()
|
H A D | cfg.c | 2600 conf->ht_opmode = nconf->ht_opmode; in ieee80211_update_mesh_config() 2601 sdata->vif.bss_conf.ht_operation_mode = nconf->ht_opmode; in ieee80211_update_mesh_config() 2738 if (params->ht_opmode >= 0) { in ieee80211_change_bss() 2739 link->conf->ht_operation_mode = (u16)params->ht_opmode; in ieee80211_change_bss()
|
H A D | mlme.c | 499 u16 ht_opmode; in ieee80211_config_bw() local 528 ht_opmode = le16_to_cpu(ht_oper->operation_mode); in ieee80211_config_bw() 529 if (link->conf->ht_operation_mode != ht_opmode) { in ieee80211_config_bw() 531 link->conf->ht_operation_mode = ht_opmode; in ieee80211_config_bw()
|
H A D | mesh.c | 1207 ifmsh->mshcfg.ht_opmode; in ieee80211_start_mesh()
|
/kernel/linux/linux-5.10/net/wireless/ |
H A D | mesh.c | 74 .ht_opmode = IEEE80211_HT_OP_MODE_PROTECTION_NONHT_MIXED,
|
H A D | trace.h | 68 __field(u16, ht_opmode) \ 106 __entry->ht_opmode = conf->ht_opmode; \ 1097 __field(int, ht_opmode) 1106 __entry->ht_opmode = params->ht_opmode; 1113 __entry->ap_isolate, __entry->ht_opmode)
|
H A D | nl80211.c | 6979 params.ht_opmode = -1; in nl80211_set_bss() 7001 params.ht_opmode = in nl80211_set_bss() 7174 cur_params.ht_opmode) || in nl80211_get_mesh_config() 7274 u16 ht_opmode; in nl80211_parse_mesh_config() local 7372 ht_opmode = nla_get_u16(tb[NL80211_MESHCONF_HT_OPMODE]); in nl80211_parse_mesh_config() 7374 if (ht_opmode & ~(IEEE80211_HT_OP_MODE_PROTECTION | in nl80211_parse_mesh_config() 7380 ht_opmode &= ~IEEE80211_HT_OP_MODE_NON_HT_STA_PRSNT; in nl80211_parse_mesh_config() 7382 cfg->ht_opmode = ht_opmode; in nl80211_parse_mesh_config()
|
/kernel/linux/linux-6.6/net/wireless/ |
H A D | mesh.c | 78 .ht_opmode = IEEE80211_HT_OP_MODE_PROTECTION_NONHT_MIXED,
|
H A D | trace.h | 66 __field(u16, ht_opmode) \ 104 __entry->ht_opmode = conf->ht_opmode; \ 1143 __field(int, ht_opmode) 1152 __entry->ht_opmode = params->ht_opmode; 1159 __entry->ap_isolate, __entry->ht_opmode)
|
H A D | nl80211.c | 8010 params.ht_opmode = -1; in nl80211_set_bss() 8032 params.ht_opmode = in nl80211_set_bss() 8205 cur_params.ht_opmode) || in nl80211_get_mesh_config() 8305 u16 ht_opmode; in nl80211_parse_mesh_config() local 8403 ht_opmode = nla_get_u16(tb[NL80211_MESHCONF_HT_OPMODE]); in nl80211_parse_mesh_config() 8405 if (ht_opmode & ~(IEEE80211_HT_OP_MODE_PROTECTION | in nl80211_parse_mesh_config() 8411 ht_opmode &= ~IEEE80211_HT_OP_MODE_NON_HT_STA_PRSNT; in nl80211_parse_mesh_config() 8413 cfg->ht_opmode = ht_opmode; in nl80211_parse_mesh_config()
|
/kernel/linux/linux-5.10/drivers/net/wireless/ralink/rt2x00/ |
H A D | rt2x00config.c | 98 erp.ht_opmode = bss_conf->ht_operation_mode; in rt2x00lib_config_erp()
|
H A D | rt2x00.h | 444 u16 ht_opmode; member
|
H A D | rt2800lib.c | 1992 bool any_sta_nongf = !!(erp->ht_opmode & in rt2800_config_ht_opmode() 1994 u8 protection = erp->ht_opmode & IEEE80211_HT_OP_MODE_PROTECTION; in rt2800_config_ht_opmode()
|
/kernel/linux/linux-6.6/drivers/net/wireless/ralink/rt2x00/ |
H A D | rt2x00config.c | 99 erp.ht_opmode = bss_conf->ht_operation_mode; in rt2x00lib_config_erp()
|
H A D | rt2x00.h | 453 u16 ht_opmode; member
|
H A D | rt2800lib.c | 2025 bool any_sta_nongf = !!(erp->ht_opmode & in rt2800_config_ht_opmode() 2027 u8 protection = erp->ht_opmode & IEEE80211_HT_OP_MODE_PROTECTION; in rt2800_config_ht_opmode()
|
/kernel/linux/linux-5.10/include/net/ |
H A D | cfg80211.h | 1858 * @ht_opmode: HT Operation mode 1870 int ht_opmode; member 1925 * @ht_opmode: mesh HT protection mode 1977 u16 ht_opmode; member
|
/kernel/linux/linux-6.6/include/net/ |
H A D | cfg80211.h | 2200 * @ht_opmode: HT Operation mode 2213 int ht_opmode; member 2268 * @ht_opmode: mesh HT protection mode 2323 u16 ht_opmode; member
|