Searched refs:chan_offset (Results 1 - 20 of 20) sorted by relevance

/external/wpa_supplicant_8/hostapd/src/ap/
H A Ddfs.h15 int ht_enabled, int chan_offset, int chan_width,
19 int chan_offset, int chan_width,
23 int chan_offset, int chan_width, int cf1, int cf2);
H A Ddfs.c489 int chan_offset, int chan_width, int cf1,
730 int ht_enabled, int chan_offset, int chan_width,
734 "success=%d freq=%d ht_enabled=%d chan_offset=%d chan_width=%d cf1=%d cf2=%d",
735 success, freq, ht_enabled, chan_offset, chan_width, cf1, cf2);
739 set_dfs_state(iface, freq, ht_enabled, chan_offset,
920 int ht_enabled, int chan_offset, int chan_width,
929 "freq=%d ht_enabled=%d chan_offset=%d chan_width=%d cf1=%d cf2=%d",
930 freq, ht_enabled, chan_offset, chan_width, cf1, cf2);
933 set_dfs_state(iface, freq, ht_enabled, chan_offset, chan_width,
949 int ht_enabled, int chan_offset, in
488 set_dfs_state(struct hostapd_iface *iface, int freq, int ht_enabled, int chan_offset, int chan_width, int cf1, int cf2, u32 state) argument
729 hostapd_dfs_complete_cac(struct hostapd_iface *iface, int success, int freq, int ht_enabled, int chan_offset, int chan_width, int cf1, int cf2) argument
919 hostapd_dfs_radar_detected(struct hostapd_iface *iface, int freq, int ht_enabled, int chan_offset, int chan_width, int cf1, int cf2) argument
948 hostapd_dfs_nop_finished(struct hostapd_iface *iface, int freq, int ht_enabled, int chan_offset, int chan_width, int cf1, int cf2) argument
[all...]
H A Ddrv_callbacks.c912 radar->chan_offset, radar->chan_width,
922 radar->chan_offset, radar->chan_width,
932 radar->chan_offset, radar->chan_width,
942 radar->chan_offset, radar->chan_width,
/external/wpa_supplicant_8/src/ap/
H A Ddfs.h15 int ht_enabled, int chan_offset, int chan_width,
19 int chan_offset, int chan_width,
23 int chan_offset, int chan_width, int cf1, int cf2);
H A Ddfs.c489 int chan_offset, int chan_width, int cf1,
730 int ht_enabled, int chan_offset, int chan_width,
734 "success=%d freq=%d ht_enabled=%d chan_offset=%d chan_width=%d cf1=%d cf2=%d",
735 success, freq, ht_enabled, chan_offset, chan_width, cf1, cf2);
739 set_dfs_state(iface, freq, ht_enabled, chan_offset,
920 int ht_enabled, int chan_offset, int chan_width,
929 "freq=%d ht_enabled=%d chan_offset=%d chan_width=%d cf1=%d cf2=%d",
930 freq, ht_enabled, chan_offset, chan_width, cf1, cf2);
933 set_dfs_state(iface, freq, ht_enabled, chan_offset, chan_width,
949 int ht_enabled, int chan_offset, in
488 set_dfs_state(struct hostapd_iface *iface, int freq, int ht_enabled, int chan_offset, int chan_width, int cf1, int cf2, u32 state) argument
729 hostapd_dfs_complete_cac(struct hostapd_iface *iface, int success, int freq, int ht_enabled, int chan_offset, int chan_width, int cf1, int cf2) argument
919 hostapd_dfs_radar_detected(struct hostapd_iface *iface, int freq, int ht_enabled, int chan_offset, int chan_width, int cf1, int cf2) argument
948 hostapd_dfs_nop_finished(struct hostapd_iface *iface, int freq, int ht_enabled, int chan_offset, int chan_width, int cf1, int cf2) argument
[all...]
H A Ddrv_callbacks.c912 radar->chan_offset, radar->chan_width,
922 radar->chan_offset, radar->chan_width,
932 radar->chan_offset, radar->chan_width,
942 radar->chan_offset, radar->chan_width,
/external/wpa_supplicant_8/wpa_supplicant/src/ap/
H A Ddfs.h15 int ht_enabled, int chan_offset, int chan_width,
19 int chan_offset, int chan_width,
23 int chan_offset, int chan_width, int cf1, int cf2);
H A Ddfs.c489 int chan_offset, int chan_width, int cf1,
730 int ht_enabled, int chan_offset, int chan_width,
734 "success=%d freq=%d ht_enabled=%d chan_offset=%d chan_width=%d cf1=%d cf2=%d",
735 success, freq, ht_enabled, chan_offset, chan_width, cf1, cf2);
739 set_dfs_state(iface, freq, ht_enabled, chan_offset,
920 int ht_enabled, int chan_offset, int chan_width,
929 "freq=%d ht_enabled=%d chan_offset=%d chan_width=%d cf1=%d cf2=%d",
930 freq, ht_enabled, chan_offset, chan_width, cf1, cf2);
933 set_dfs_state(iface, freq, ht_enabled, chan_offset, chan_width,
949 int ht_enabled, int chan_offset, in
488 set_dfs_state(struct hostapd_iface *iface, int freq, int ht_enabled, int chan_offset, int chan_width, int cf1, int cf2, u32 state) argument
729 hostapd_dfs_complete_cac(struct hostapd_iface *iface, int success, int freq, int ht_enabled, int chan_offset, int chan_width, int cf1, int cf2) argument
919 hostapd_dfs_radar_detected(struct hostapd_iface *iface, int freq, int ht_enabled, int chan_offset, int chan_width, int cf1, int cf2) argument
948 hostapd_dfs_nop_finished(struct hostapd_iface *iface, int freq, int ht_enabled, int chan_offset, int chan_width, int cf1, int cf2) argument
[all...]
H A Ddrv_callbacks.c912 radar->chan_offset, radar->chan_width,
922 radar->chan_offset, radar->chan_width,
932 radar->chan_offset, radar->chan_width,
942 radar->chan_offset, radar->chan_width,
/external/srec/srec/crec/
H A Dget_fram.c196 if (prep->chan_offset)
393 prep->chan_offset = (imeldata *) CALLOC_CLR(prep->dim,
394 sizeof(imeldata), "srec.chan_offset");
401 ASSERT(prep->chan_offset);
403 prep->chan_offset[index] = (imeldata) value;
410 FREE((char *)prep->chan_offset);
411 prep->chan_offset = 0;
420 prep->seq[ii] += prep->chan_offset[ii];
/external/srec/srec/include/
H A Dpre_desc.h170 imeldata *chan_offset; member in struct:__anon31123
/external/chromium_org/third_party/mesa/src/src/glsl/
H A Dlower_ubo_reference.cpp286 ir_rvalue *chan_offset = local
292 chan_offset)));
/external/mesa3d/src/glsl/
H A Dlower_ubo_reference.cpp286 ir_rvalue *chan_offset = local
292 chan_offset)));
/external/wpa_supplicant_8/hostapd/src/drivers/
H A Ddriver.h4105 int chan_offset; member in struct:wpa_event_data::dfs_event
H A Ddriver_nl80211.c1740 int chan_offset = 0; local
1764 chan_offset = 1;
1767 chan_offset = -1;
1772 chan_offset = calculate_chan_offset(nla_get_u32(bw),
1783 data.ch_switch.ch_offset = chan_offset;
2859 data.dfs_event.chan_offset = 0;
2868 data.dfs_event.chan_offset = 1;
2871 data.dfs_event.chan_offset = -1;
2888 data.dfs_event.chan_offset, data.dfs_event.chan_width,
/external/wpa_supplicant_8/src/drivers/
H A Ddriver.h4105 int chan_offset; member in struct:wpa_event_data::dfs_event
H A Ddriver_nl80211.c1740 int chan_offset = 0; local
1764 chan_offset = 1;
1767 chan_offset = -1;
1772 chan_offset = calculate_chan_offset(nla_get_u32(bw),
1783 data.ch_switch.ch_offset = chan_offset;
2859 data.dfs_event.chan_offset = 0;
2868 data.dfs_event.chan_offset = 1;
2871 data.dfs_event.chan_offset = -1;
2888 data.dfs_event.chan_offset, data.dfs_event.chan_width,
/external/wpa_supplicant_8/wpa_supplicant/src/drivers/
H A Ddriver.h4105 int chan_offset; member in struct:wpa_event_data::dfs_event
H A Ddriver_nl80211.c1740 int chan_offset = 0; local
1764 chan_offset = 1;
1767 chan_offset = -1;
1772 chan_offset = calculate_chan_offset(nla_get_u32(bw),
1783 data.ch_switch.ch_offset = chan_offset;
2859 data.dfs_event.chan_offset = 0;
2868 data.dfs_event.chan_offset = 1;
2871 data.dfs_event.chan_offset = -1;
2888 data.dfs_event.chan_offset, data.dfs_event.chan_width,
/external/wpa_supplicant_8/hostapd/
H A Dctrl_iface.c1203 pos = os_strstr(param, "chan_offset=");
1205 data.dfs_event.chan_offset = atoi(pos + 12);

Completed in 2198 milliseconds