Searched refs:dfs_domain (Results 1 – 13 of 13) sorted by relevance
/hostap-latest/src/drivers/ |
D | driver_nl80211_capa.c | 1615 u8 dfs_domain; member 2477 u8 *dfs_domain) in nl80211_set_dfs_domain() argument 2480 *dfs_domain = HOSTAPD_DFS_REGION_FCC; in nl80211_set_dfs_domain() 2482 *dfs_domain = HOSTAPD_DFS_REGION_ETSI; in nl80211_set_dfs_domain() 2484 *dfs_domain = HOSTAPD_DFS_REGION_JP; in nl80211_set_dfs_domain() 2486 *dfs_domain = 0; in nl80211_set_dfs_domain() 2534 enum nl80211_dfs_regions dfs_domain; in nl80211_get_reg() local 2535 dfs_domain = nla_get_u8(tb_msg[NL80211_ATTR_DFS_REGION]); in nl80211_get_reg() 2536 nl80211_set_dfs_domain(dfs_domain, &results->dfs_domain); in nl80211_get_reg() 2539 dfs_domain_name(dfs_domain)); in nl80211_get_reg() [all …]
|
D | driver_zephyr.c | 653 u8 dfs_domain; member 1100 u16 *flags, u8 *dfs_domain) in wpa_drv_zep_get_hw_feature_data() argument 1125 .dfs_domain = 0, in wpa_drv_zep_get_hw_feature_data() 1130 *dfs_domain = 0; in wpa_drv_zep_get_hw_feature_data() 1147 *dfs_domain = result.dfs_domain; in wpa_drv_zep_get_hw_feature_data()
|
D | driver_nl80211.h | 347 u8 *dfs_domain);
|
D | driver_nl80211_event.c | 2639 u8 dfs_domain; in chan_to_freq() local 2643 &flags, &dfs_domain); in chan_to_freq()
|
D | driver_nl80211.c | 9211 u8 dfs_domain; in wpa_driver_nl80211_send_action() local 9215 &flags, &dfs_domain); in wpa_driver_nl80211_send_action() 9216 if (dfs_domain != HOSTAPD_DFS_REGION_ETSI && in wpa_driver_nl80211_send_action()
|
/hostap-latest/src/ap/ |
D | hw_features.c | 85 u8 dfs_domain; in hostapd_get_hw_features() local 93 &dfs_domain); in hostapd_get_hw_features() 103 iface->dfs_domain = dfs_domain; in hostapd_get_hw_features()
|
D | dfs.c | 1069 if (iface->dfs_domain == HOSTAPD_DFS_REGION_ETSI) in hostapd_dfs_update_background_chain() 1390 if (iface->dfs_domain == HOSTAPD_DFS_REGION_ETSI) in hostapd_dfs_start_channel_switch()
|
D | ap_drv_ops.c | 751 u16 *flags, u8 *dfs_domain) in hostapd_get_hw_feature_data() argument 757 flags, dfs_domain); in hostapd_get_hw_feature_data()
|
D | ap_drv_ops.h | 88 u16 *flags, u8 *dfs_domain);
|
D | hostapd.h | 701 u8 dfs_domain; member
|
/hostap-latest/wpa_supplicant/ |
D | driver_i.h | 307 u16 *flags, u8 *dfs_domain) in wpa_drv_get_hw_feature_data() argument 312 dfs_domain); in wpa_drv_get_hw_feature_data()
|
D | events.c | 5315 u8 dfs_domain; in wpa_supplicant_update_channel_list() local 5352 ifs, &ifs->hw.num_modes, &ifs->hw.flags, &dfs_domain); in wpa_supplicant_update_channel_list()
|
D | wpa_supplicant.c | 7031 u8 dfs_domain; in wpa_supplicant_init_iface() local 7169 &dfs_domain); in wpa_supplicant_init_iface()
|