Searched refs:seg0_idx (Results 1 – 4 of 4) sorted by relevance
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/ |
D | drv_callbacks.c | 868 u8 seg0_idx = 0, seg1_idx = 0; in hostapd_event_ch_switch() local 917 seg0_idx = (cf1 - 5925) / 5; in hostapd_event_ch_switch() 919 seg0_idx = (cf1 - 5950) / 5; in hostapd_event_ch_switch() 921 seg0_idx = (cf1 - 5000) / 5; in hostapd_event_ch_switch() 931 ieee80211_freq_to_chan(cf1, &seg0_idx); in hostapd_event_ch_switch() 968 hostapd_set_oper_centr_freq_seg0_idx(hapd->iconf, seg0_idx); in hostapd_event_ch_switch()
|
D | hostapd.c | 3660 int seg0_idx = 0, seg1_idx = 0, bw = CHANWIDTH_USE_HT; in hostapd_switch_channel_fallback() local 3665 seg0_idx = 36 + (freq_params->center_freq1 - 5180) / 5; in hostapd_switch_channel_fallback() 3693 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/ |
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()
|
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()
|