Searched refs:seg0_idx (Results 1 - 4 of 4) sorted by relevance
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/ |
H A D | drv_callbacks.c | 891 u8 seg0_idx = 0, seg1_idx = 0; in hostapd_event_ch_switch() local 940 seg0_idx = (cf1 - 5925) / 5; in hostapd_event_ch_switch() 942 seg0_idx = (cf1 - 5950) / 5; in hostapd_event_ch_switch() 944 seg0_idx = (cf1 - 5000) / 5; in hostapd_event_ch_switch() 954 ieee80211_freq_to_chan(cf1, &seg0_idx); in hostapd_event_ch_switch() 991 hostapd_set_oper_centr_freq_seg0_idx(hapd->iconf, seg0_idx); in hostapd_event_ch_switch()
|
H A D | hostapd.c | 3730 int seg0_idx = 0, seg1_idx = 0, bw = CHANWIDTH_USE_HT; in hostapd_switch_channel_fallback() local 3735 seg0_idx = 36 + (freq_params->center_freq1 - 5180) / 5; in hostapd_switch_channel_fallback() 3763 hostapd_set_oper_centr_freq_seg0_idx(iface->conf, seg0_idx); in hostapd_switch_channel_fallback()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/ |
H A D | drv_callbacks.c | 795 u8 seg0_idx = 0, seg1_idx = 0; in hostapd_event_ch_switch() local 843 seg0_idx = (cf1 - 5000) / 5; in hostapd_event_ch_switch() 848 ieee80211_freq_to_chan(cf1, &seg0_idx); in hostapd_event_ch_switch() 870 hostapd_set_oper_centr_freq_seg0_idx(hapd->iconf, seg0_idx); in hostapd_event_ch_switch()
|
H A D | hostapd.c | 3485 int seg0_idx = 0, seg1_idx = 0, bw = CHANWIDTH_USE_HT; in hostapd_switch_channel_fallback() local 3490 seg0_idx = 36 + (freq_params->center_freq1 - 5180) / 5; in hostapd_switch_channel_fallback() 3518 hostapd_set_oper_centr_freq_seg0_idx(iface->conf, seg0_idx); in hostapd_switch_channel_fallback()
|
Completed in 11 milliseconds