Home
last modified time | relevance | path

Searched refs:chan_width (Results 1 – 23 of 23) sorted by relevance

/external/wpa_supplicant_8/src/ap/
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,
33 int hostapd_is_dfs_overlap(struct hostapd_iface *iface, enum chan_width width,
Ddfs.c595 int chan_offset, int chan_width, int cf1, in set_dfs_state() argument
614 switch (chan_width) { in set_dfs_state()
640 chan_width); in set_dfs_state()
650 if (chan_width == CHAN_WIDTH_80P80) { in set_dfs_state()
661 int chan_width, int cf1, int cf2) in dfs_are_channels_overlapped() argument
680 switch (chan_width) { in dfs_are_channels_overlapped()
701 chan_width); in dfs_are_channels_overlapped()
877 int ht_enabled, int chan_offset, int chan_width, in hostapd_dfs_complete_cac() argument
882 success, freq, ht_enabled, chan_offset, chan_width, cf1, cf2); in hostapd_dfs_complete_cac()
894 chan_width, cf1, cf2, in hostapd_dfs_complete_cac()
[all …]
Ddrv_callbacks.c797 enum chan_width chan_width, u8 rx_nss) in hostapd_event_sta_opmode_changed() argument
827 switch (chan_width) { in hostapd_event_sta_opmode_changed()
1684 radar->chan_offset, radar->chan_width, in hostapd_event_dfs_radar_detected()
1694 radar->chan_offset, radar->chan_width, in hostapd_event_dfs_pre_cac_expired()
1704 radar->chan_offset, radar->chan_width, in hostapd_event_dfs_cac_finished()
1714 radar->chan_offset, radar->chan_width, in hostapd_event_dfs_cac_aborted()
1724 radar->chan_offset, radar->chan_width, in hostapd_event_dfs_nop_finished()
1734 radar->chan_offset, radar->chan_width, in hostapd_event_dfs_cac_started()
2060 data->sta_opmode.chan_width, in wpa_supplicant_event()
Dhostapd.h685 enum chan_width chan_width, u8 rx_nss);
/external/perfetto/src/traced/probes/ftrace/test/data/android_flounder_lte_LRX16F_3.10.40/events/mac80211/drv_add_chanctx/
Dformat11 field:u32 chan_width; offset:44; size:4; signed:0;
17 …ter: %d/%d MHz chains:%d/%d", REC->wiphy_name, REC->control_freq, REC->chan_width, REC->center_fre…
/external/perfetto/src/traced/probes/ftrace/test/data/android_flounder_lte_LRX16F_3.10.40/events/mac80211/drv_remove_chanctx/
Dformat11 field:u32 chan_width; offset:44; size:4; signed:0;
17 …ter: %d/%d MHz chains:%d/%d", REC->wiphy_name, REC->control_freq, REC->chan_width, REC->center_fre…
/external/perfetto/src/traced/probes/ftrace/test/data/android_flounder_lte_LRX16F_3.10.40/events/mac80211/drv_channel_switch/
Dformat11 field:u32 chan_width; offset:44; size:4; signed:0;
18 … center: %d/%d MHz count:%d", REC->wiphy_name, REC->control_freq, REC->chan_width, REC->center_fre…
/external/perfetto/src/traced/probes/ftrace/test/data/android_flounder_lte_LRX16F_3.10.40/events/mac80211/drv_change_chanctx/
Dformat11 field:u32 chan_width; offset:44; size:4; signed:0;
18 …Hz chains:%d/%d changed:%#x", REC->wiphy_name, REC->control_freq, REC->chan_width, REC->center_fre…
/external/perfetto/src/traced/probes/ftrace/test/data/android_flounder_lte_LRX16F_3.10.40/events/mac80211/drv_unassign_vif_chanctx/
Dformat15 field:u32 chan_width; offset:68; size:4; signed:0;
21 …_name), REC->vif_type, REC->p2p ? "/p2p" : "", REC->control_freq, REC->chan_width, REC->center_fre…
/external/perfetto/src/traced/probes/ftrace/test/data/android_flounder_lte_LRX16F_3.10.40/events/mac80211/drv_assign_vif_chanctx/
Dformat15 field:u32 chan_width; offset:68; size:4; signed:0;
21 …_name), REC->vif_type, REC->p2p ? "/p2p" : "", REC->control_freq, REC->chan_width, REC->center_fre…
/external/perfetto/src/traced/probes/ftrace/test/data/android_flounder_lte_LRX16F_3.10.40/events/mac80211/drv_config/
Dformat19 field:u32 chan_width; offset:68; size:4; signed:0;
24 …er: %d/%d MHz", REC->wiphy_name, REC->changed, REC->control_freq, REC->chan_width, REC->center_fre…
/external/wpa_supplicant_8/src/common/
Dieee802_11_common.h217 int ieee80211_chaninfo_to_channel(unsigned int freq, enum chan_width chanwidth,
346 enum chan_width get_operation_channel_width(struct ieee802_11_elems *elems);
348 enum chan_width get_sta_operation_chan_width(enum chan_width ap_operation_chan_width,
Dieee802_11_common.c1125 int ieee80211_chaninfo_to_channel(unsigned int freq, enum chan_width chanwidth, in ieee80211_chaninfo_to_channel()
2800 static enum chan_width get_vht_operation_channel_width( in get_vht_operation_channel_width()
2803 enum chan_width channel_width = CHAN_WIDTH_UNKNOWN; in get_vht_operation_channel_width()
2830 static enum chan_width get_6ghz_operation_channel_width( in get_6ghz_operation_channel_width()
2833 enum chan_width channel_width = CHAN_WIDTH_UNKNOWN; in get_6ghz_operation_channel_width()
2862 static enum chan_width get_he_operation_channel_width( in get_he_operation_channel_width()
2866 enum chan_width channel_width = CHAN_WIDTH_UNKNOWN; in get_he_operation_channel_width()
2902 enum chan_width get_operation_channel_width(struct ieee802_11_elems *elems) in get_operation_channel_width()
2904 enum chan_width channel_width = CHAN_WIDTH_UNKNOWN; in get_operation_channel_width()
2934 enum chan_width get_sta_operation_chan_width( in get_sta_operation_chan_width()
[all …]
Ddefs.h421 enum chan_width { enum
/external/wpa_supplicant_8/src/drivers/
Ddriver.h2312 enum chan_width chanwidth;
2330 enum chan_width chanwidth;
5834 enum chan_width ch_width;
5860 enum chan_width chan_width; member
5976 enum chan_width chan_width; member
6078 const char * channel_width_to_string(enum chan_width width);
6080 int channel_width_to_int(enum chan_width width);
Ddriver_common.c100 const char * channel_width_to_string(enum chan_width width) in channel_width_to_string()
121 int channel_width_to_int(enum chan_width width) in channel_width_to_int()
Ddriver_nl80211_event.c1783 data.dfs_event.chan_width = in nl80211_radar_event()
1793 data.dfs_event.chan_offset, data.dfs_event.chan_width, in nl80211_radar_event()
2234 data.dfs_event.chan_width = in qca_nl80211_dfs_offload_radar_event()
2245 data.dfs_event.chan_offset, data.dfs_event.chan_width, in qca_nl80211_dfs_offload_radar_event()
2723 ed.sta_opmode.chan_width = CHAN_WIDTH_UNKNOWN; in nl80211_sta_opmode_change_event()
2749 ed.sta_opmode.chan_width = CHAN_WIDTH_20_NOHT; in nl80211_sta_opmode_change_event()
2752 ed.sta_opmode.chan_width = CHAN_WIDTH_20; in nl80211_sta_opmode_change_event()
2755 ed.sta_opmode.chan_width = CHAN_WIDTH_40; in nl80211_sta_opmode_change_event()
2758 ed.sta_opmode.chan_width = CHAN_WIDTH_80; in nl80211_sta_opmode_change_event()
2761 ed.sta_opmode.chan_width = CHAN_WIDTH_80P80; in nl80211_sta_opmode_change_event()
[all …]
Ddriver_nl80211.h261 enum chan_width convert2width(int width);
Ddriver_nl80211.c204 enum chan_width convert2width(int width) in convert2width()
/external/wpa_supplicant_8/wpa_supplicant/
Dap.c1752 radar->chan_width, in wpas_ap_event_dfs_radar_detected()
1769 radar->chan_width, radar->cf1, radar->cf2); in wpas_ap_event_dfs_cac_started()
1785 radar->chan_width, radar->cf1, radar->cf2); in wpas_ap_event_dfs_cac_finished()
1801 radar->chan_width, radar->cf1, radar->cf2); in wpas_ap_event_dfs_cac_aborted()
1817 radar->chan_width, radar->cf1, radar->cf2); in wpas_ap_event_dfs_cac_nop_finished()
Devents.c2769 enum chan_width ap_operation_chan_width = in wpa_supplicant_event_associnfo()
5585 data->sta_opmode.chan_width, in wpa_supplicant_event()
Dp2p_supplicant.c1949 enum chan_width chanwidth[] = { in wpas_p2p_freq_to_edmg_channel()
/external/wpa_supplicant_8/hostapd/
Dctrl_iface.c1728 data.dfs_event.chan_width = atoi(pos + 11); in hostapd_ctrl_iface_radar()