Searched refs:hostapd_get_oper_chwidth (Results 1 – 14 of 14) sorted by relevance
/aosp_15_r20/external/wpa_supplicant_8/src/ap/ |
H A D | dfs.c | 53 switch (hostapd_get_oper_chwidth(iface->conf)) { in dfs_get_used_n_chans() 325 switch (hostapd_get_oper_chwidth(iface->conf)) { in dfs_adjust_center_freq() 376 switch (hostapd_get_oper_chwidth(iface->conf)) { in dfs_get_start_chan_idx() 438 hostapd_get_oper_chwidth(iface->conf)); in dfs_get_start_chan_idx() 579 if (hostapd_get_oper_chwidth(iface->conf) == in dfs_get_valid_channel() 907 hostapd_get_oper_chwidth(iface->conf), in hostapd_handle_dfs() 917 hostapd_get_oper_chwidth(iface->conf), in hostapd_handle_dfs() 990 new_vht_oper_chwidth = hostapd_get_oper_chwidth(iface->conf); in hostapd_dfs_request_channel_switch() 1096 sec, hostapd_get_oper_chwidth(iface->conf), in hostapd_dfs_update_background_chain() 1128 u8 current_vht_oper_chwidth = hostapd_get_oper_chwidth(iface->conf); in hostapd_dfs_start_channel_switch_background() [all …]
|
H A D | acs.c | 903 if (hostapd_get_oper_chwidth(iface->conf) == in acs_find_ideal_chan_mode() 912 if (hostapd_get_oper_chwidth(iface->conf) == in acs_find_ideal_chan_mode() 924 if (hostapd_get_oper_chwidth(iface->conf) == in acs_find_ideal_chan_mode() 1115 switch (hostapd_get_oper_chwidth(iface->conf)) { in acs_find_ideal_chan() 1192 switch (hostapd_get_oper_chwidth(iface->conf)) { in acs_adjust_center_freq()
|
H A D | neighbor_db.c | 211 oper_chwidth = hostapd_get_oper_chwidth(hapd->iconf); in hostapd_get_nr_chan_width() 283 hostapd_get_oper_chwidth(hapd->iconf), in hostapd_neighbor_set_own_report()
|
H A D | ap_config.h | 1258 hostapd_get_oper_chwidth(struct hostapd_config *conf) in hostapd_get_oper_chwidth() function 1347 hostapd_get_oper_chwidth(conf) == CONF_OPER_CHWIDTH_320MHZ) in hostapd_get_bw320_offset()
|
H A D | ieee802_11_vht.c | 80 hostapd_get_oper_chwidth(hapd->iconf); in hostapd_eid_vht_operation()
|
H A D | ieee802_11_he.c | 224 hostapd_get_oper_chwidth(hapd->iconf); in hostapd_eid_he_operation()
|
H A D | ieee802_11_ht.c | 87 enum oper_chan_width chwidth = hostapd_get_oper_chwidth(hapd->iconf); in set_ht_param()
|
H A D | beacon.c | 556 hostapd_get_oper_chwidth(hapd->iconf), in hostapd_eid_supported_op_classes() 1960 switch (hostapd_get_oper_chwidth(hapd->iconf)) { in hostapd_fils_discovery_cap() 2717 hostapd_get_oper_chwidth(iconf), in __ieee802_11_set_beacon()
|
H A D | hostapd.c | 322 hostapd_get_oper_chwidth(oldconf)); in hostapd_reload_config() 2594 hostapd_get_oper_chwidth(hapd->iconf), in hostapd_setup_interface_complete_sync() 4320 hostapd_get_oper_chwidth(conf), in hostapd_change_config_freq()
|
H A D | ap_drv_ops.c | 1190 oper_chwidth = hostapd_get_oper_chwidth(hapd->iface->conf); in hostapd_drv_do_acs()
|
H A D | ctrl_iface_ap.c | 910 hostapd_get_oper_chwidth(iface->conf) == in hostapd_ctrl_iface_status()
|
H A D | ieee802_11.c | 7173 switch (hostapd_get_oper_chwidth(iconf)) { in hostapd_eid_txpower_envelope() 7889 hostapd_get_oper_chwidth(hapd->iconf), in hostapd_eid_rnr_iface()
|
/aosp_15_r20/external/wpa_supplicant_8/wpa_supplicant/ |
H A D | ap.c | 87 if (hostapd_get_oper_chwidth(conf)) in wpas_conf_ap_vht() 89 hostapd_get_oper_chwidth(conf), in wpas_conf_ap_vht() 93 if (hostapd_get_oper_chwidth(conf) == CONF_OPER_CHWIDTH_80P80MHZ) { in wpas_conf_ap_vht() 114 switch (hostapd_get_oper_chwidth(conf)) { in wpas_conf_ap_vht()
|
H A D | mesh.c | 230 hostapd_get_oper_chwidth(ifmsh->conf), in wpas_mesh_update_freq_params()
|