/third_party/wpa_supplicant/wpa_supplicant-2.9/src/drivers/ |
D | driver_nl80211_capa.c | 1304 u8 dfs_domain; member 2013 u8 *dfs_domain) in nl80211_set_dfs_domain() argument 2016 *dfs_domain = HOSTAPD_DFS_REGION_FCC; in nl80211_set_dfs_domain() 2018 *dfs_domain = HOSTAPD_DFS_REGION_ETSI; in nl80211_set_dfs_domain() 2020 *dfs_domain = HOSTAPD_DFS_REGION_JP; in nl80211_set_dfs_domain() 2022 *dfs_domain = 0; in nl80211_set_dfs_domain() 2070 enum nl80211_dfs_regions dfs_domain; in nl80211_get_reg() local 2071 dfs_domain = nla_get_u8(tb_msg[NL80211_ATTR_DFS_REGION]); in nl80211_get_reg() 2072 nl80211_set_dfs_domain(dfs_domain, &results->dfs_domain); in nl80211_get_reg() 2075 dfs_domain_name(dfs_domain)); in nl80211_get_reg() [all …]
|
D | driver_nl80211.h | 269 u8 *dfs_domain);
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/drivers/ |
D | driver_nl80211_capa.c | 1479 u8 dfs_domain; member 2267 u8 *dfs_domain) in nl80211_set_dfs_domain() argument 2270 *dfs_domain = HOSTAPD_DFS_REGION_FCC; in nl80211_set_dfs_domain() 2272 *dfs_domain = HOSTAPD_DFS_REGION_ETSI; in nl80211_set_dfs_domain() 2274 *dfs_domain = HOSTAPD_DFS_REGION_JP; in nl80211_set_dfs_domain() 2276 *dfs_domain = 0; in nl80211_set_dfs_domain() 2324 enum nl80211_dfs_regions dfs_domain; in nl80211_get_reg() local 2325 dfs_domain = nla_get_u8(tb_msg[NL80211_ATTR_DFS_REGION]); in nl80211_get_reg() 2326 nl80211_set_dfs_domain(dfs_domain, &results->dfs_domain); in nl80211_get_reg() 2329 dfs_domain_name(dfs_domain)); in nl80211_get_reg() [all …]
|
D | driver_nl80211.h | 291 u8 *dfs_domain);
|
D | driver_nl80211_event.c | 1960 u8 dfs_domain; in chan_to_freq() local 1964 &flags, &dfs_domain); in chan_to_freq()
|
D | driver_nl80211.c | 8269 u8 dfs_domain; in wpa_driver_nl80211_send_action() local 8273 &flags, &dfs_domain); in wpa_driver_nl80211_send_action() 8274 if (dfs_domain != HOSTAPD_DFS_REGION_ETSI && in wpa_driver_nl80211_send_action()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/ |
D | hw_features.c | 81 u8 dfs_domain; in hostapd_get_hw_features() local 86 &dfs_domain); in hostapd_get_hw_features() 96 iface->dfs_domain = dfs_domain; in hostapd_get_hw_features()
|
D | hostapd.h | 562 u8 dfs_domain; member
|
D | ap_drv_ops.c | 624 u16 *flags, u8 *dfs_domain) in hostapd_get_hw_feature_data() argument 630 flags, dfs_domain); in hostapd_get_hw_feature_data()
|
D | ap_drv_ops.h | 79 u16 *flags, u8 *dfs_domain);
|
D | dfs.c | 909 if (iface->dfs_domain == HOSTAPD_DFS_REGION_ETSI) in hostapd_dfs_start_channel_switch()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/ |
D | hw_features.c | 81 u8 dfs_domain; in hostapd_get_hw_features() local 86 &dfs_domain); in hostapd_get_hw_features() 96 iface->dfs_domain = dfs_domain; in hostapd_get_hw_features()
|
D | hostapd.h | 591 u8 dfs_domain; member
|
D | ap_drv_ops.c | 635 u16 *flags, u8 *dfs_domain) in hostapd_get_hw_feature_data() argument 641 flags, dfs_domain); in hostapd_get_hw_feature_data()
|
D | ap_drv_ops.h | 82 u16 *flags, u8 *dfs_domain);
|
D | dfs.c | 1061 if (iface->dfs_domain == HOSTAPD_DFS_REGION_ETSI) in hostapd_dfs_start_channel_switch()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/ |
D | driver_i.h | 288 u16 *flags, u8 *dfs_domain) in wpa_drv_get_hw_feature_data() argument 293 dfs_domain); in wpa_drv_get_hw_feature_data()
|
D | events.c | 3718 u8 dfs_domain; in wpa_supplicant_update_channel_list() local 3746 ifs, &ifs->hw.num_modes, &ifs->hw.flags, &dfs_domain); in wpa_supplicant_update_channel_list()
|
D | wpa_supplicant.c | 5652 u8 dfs_domain; local 5787 &dfs_domain);
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/ |
D | driver_i.h | 310 u16 *flags, u8 *dfs_domain) in wpa_drv_get_hw_feature_data() argument 315 dfs_domain); in wpa_drv_get_hw_feature_data()
|
D | events.c | 4500 u8 dfs_domain; in wpa_supplicant_update_channel_list() local 4528 ifs, &ifs->hw.num_modes, &ifs->hw.flags, &dfs_domain); in wpa_supplicant_update_channel_list()
|
D | wpa_supplicant.c | 6681 u8 dfs_domain; local 6824 &dfs_domain);
|