Home
last modified time | relevance | path

Searched refs:chan_offset (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/wpa/src/ap/
H A Ddfs.h15 int ht_enabled, int chan_offset, int chan_width,
18 int ht_enabled, int chan_offset, int chan_width,
22 int chan_offset, int chan_width,
26 int chan_offset, int chan_width, int cf1, int cf2);
30 int ht_enabled, int chan_offset, int chan_width,
H A Ddfs.c677 int chan_offset, int chan_width, int cf1, in set_dfs_state() argument
1186 int ht_enabled, int chan_offset, int chan_width, in hostapd_dfs_complete_cac() argument
1199 success, freq, ht_enabled, chan_offset, chan_width, cf1, cf2, in hostapd_dfs_complete_cac()
1219 set_dfs_state(iface, freq, ht_enabled, chan_offset, in hostapd_dfs_complete_cac()
1265 int ht_enabled, int chan_offset, int chan_width, in hostapd_dfs_pre_cac_expired() argument
1278 freq, ht_enabled, chan_offset, chan_width, cf1, cf2); in hostapd_dfs_pre_cac_expired()
1284 set_dfs_state(iface, freq, ht_enabled, chan_offset, chan_width, in hostapd_dfs_pre_cac_expired()
1513 int ht_enabled, int chan_offset, int chan_width, in hostapd_dfs_radar_detected() argument
1526 freq, ht_enabled, chan_offset, chan_width, cf1, cf2); in hostapd_dfs_radar_detected()
1538 if (!set_dfs_state(iface, freq, ht_enabled, chan_offset, chan_width, in hostapd_dfs_radar_detected()
[all …]
H A Dafc.c192 int chan_offset, chan; in hostapd_afc_get_opclass_chan_list() local
206 chan_offset = 2; in hostapd_afc_get_opclass_chan_list()
209 chan_offset = 6; in hostapd_afc_get_opclass_chan_list()
212 chan_offset = 14; in hostapd_afc_get_opclass_chan_list()
220 chan_offset = 0; in hostapd_afc_get_opclass_chan_list()
228 if (chan + chan_offset > oper_class->max_chan) in hostapd_afc_get_opclass_chan_list()
233 chan + chan_offset); in hostapd_afc_get_opclass_chan_list()
H A Ddrv_callbacks.c2300 radar->chan_offset, radar->chan_width, in hostapd_event_dfs_radar_detected()
2310 radar->chan_offset, radar->chan_width, in hostapd_event_dfs_pre_cac_expired()
2320 radar->chan_offset, radar->chan_width, in hostapd_event_dfs_cac_finished()
2330 radar->chan_offset, radar->chan_width, in hostapd_event_dfs_cac_aborted()
2340 radar->chan_offset, radar->chan_width, in hostapd_event_dfs_nop_finished()
2350 radar->chan_offset, radar->chan_width, in hostapd_event_dfs_cac_started()
/freebsd/contrib/wpa/src/drivers/
H A Ddriver_nl80211_event.c1284 int chan_offset = 0; in mlme_event_ch_switch() local
1312 chan_offset = 1; in mlme_event_ch_switch()
1315 chan_offset = -1; in mlme_event_ch_switch()
1320 chan_offset = calculate_chan_offset(nla_get_u32(bw), in mlme_event_ch_switch()
1325 chan_offset); in mlme_event_ch_switch()
1335 data.ch_switch.ch_offset = chan_offset; in mlme_event_ch_switch()
2722 data->dfs_event.chan_offset, data->dfs_event.chan_width, in nl80211_process_radar_event()
2774 data.dfs_event.chan_offset = 0; in nl80211_radar_event()
2783 data.dfs_event.chan_offset = 1; in nl80211_radar_event()
2786 data.dfs_event.chan_offset = -1; in nl80211_radar_event()
[all …]
H A Ddriver.h7472 int chan_offset; member
/freebsd/contrib/wpa/wpa_supplicant/
H A Dap.c2143 radar->ht_enabled, radar->chan_offset, in wpas_ap_event_dfs_radar_detected()
2160 radar->ht_enabled, radar->chan_offset, in wpas_ap_event_dfs_cac_started()
2176 radar->ht_enabled, radar->chan_offset, in wpas_ap_event_dfs_cac_finished()
2192 radar->ht_enabled, radar->chan_offset, in wpas_ap_event_dfs_cac_aborted()
2208 radar->ht_enabled, radar->chan_offset, in wpas_ap_event_dfs_cac_nop_finished()
/freebsd/contrib/wpa/hostapd/
H A Dctrl_iface.c1577 data.dfs_event.chan_offset = atoi(pos + 12); in hostapd_ctrl_iface_radar()