Home
last modified time | relevance | path

Searched refs:dfs_domain (Results 1 – 13 of 13) sorted by relevance

/hostap-latest/src/drivers/
Ddriver_nl80211_capa.c1615 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 …]
Ddriver_zephyr.c653 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()
Ddriver_nl80211.h347 u8 *dfs_domain);
Ddriver_nl80211_event.c2639 u8 dfs_domain; in chan_to_freq() local
2643 &flags, &dfs_domain); in chan_to_freq()
Ddriver_nl80211.c9211 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/
Dhw_features.c85 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()
Ddfs.c1069 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()
Dap_drv_ops.c751 u16 *flags, u8 *dfs_domain) in hostapd_get_hw_feature_data() argument
757 flags, dfs_domain); in hostapd_get_hw_feature_data()
Dap_drv_ops.h88 u16 *flags, u8 *dfs_domain);
Dhostapd.h701 u8 dfs_domain; member
/hostap-latest/wpa_supplicant/
Ddriver_i.h307 u16 *flags, u8 *dfs_domain) in wpa_drv_get_hw_feature_data() argument
312 dfs_domain); in wpa_drv_get_hw_feature_data()
Devents.c5315 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()
Dwpa_supplicant.c7031 u8 dfs_domain; in wpa_supplicant_init_iface() local
7169 &dfs_domain); in wpa_supplicant_init_iface()