Home
last modified time | relevance | path

Searched refs:own_modes (Results 1 - 6 of 6) sorted by relevance

/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/common/
H A Ddpp.c437 static int dpp_channel_ok_init(struct hostapd_hw_modes *own_modes, in dpp_channel_ok_init() argument
443 if (!own_modes || !num_modes) in dpp_channel_ok_init()
447 for (c = 0; c < own_modes[m].num_channels; c++) { in dpp_channel_ok_init()
448 if ((unsigned int) own_modes[m].channels[c].freq != in dpp_channel_ok_init()
451 flag = own_modes[m].channels[c].flag; in dpp_channel_ok_init()
492 struct hostapd_hw_modes *own_modes, in dpp_channel_intersect()
502 if (dpp_channel_ok_init(own_modes, num_modes, freq)) in dpp_channel_intersect()
516 struct hostapd_hw_modes *own_modes, in dpp_channel_local_list()
525 if (!own_modes || !num_modes) { in dpp_channel_local_list()
534 for (c = 0; c < own_modes[ in dpp_channel_local_list()
491 dpp_channel_intersect(struct dpp_authentication *auth, struct hostapd_hw_modes *own_modes, u16 num_modes) dpp_channel_intersect() argument
515 dpp_channel_local_list(struct dpp_authentication *auth, struct hostapd_hw_modes *own_modes, u16 num_modes) dpp_channel_local_list() argument
555 dpp_prepare_channel_list(struct dpp_authentication *auth, unsigned int neg_freq, struct hostapd_hw_modes *own_modes, u16 num_modes) dpp_prepare_channel_list() argument
[all...]
H A Ddpp_i.h47 struct hostapd_hw_modes *own_modes, u16 num_modes);
H A Ddpp.h531 struct hostapd_hw_modes *own_modes,
H A Ddpp_auth.c1166 struct hostapd_hw_modes *own_modes, in dpp_auth_init()
1193 dpp_prepare_channel_list(auth, neg_freq, own_modes, num_modes) < 0) in dpp_auth_init()
1161 dpp_auth_init(struct dpp_global *dpp, void *msg_ctx, struct dpp_bootstrap_info *peer_bi, struct dpp_bootstrap_info *own_bi, u8 dpp_allowed_roles, unsigned int neg_freq, struct hostapd_hw_modes *own_modes, u16 num_modes) dpp_auth_init() argument
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/common/
H A Ddpp.c2023 static int dpp_channel_ok_init(struct hostapd_hw_modes *own_modes, in dpp_channel_ok_init() argument
2029 if (!own_modes || !num_modes) in dpp_channel_ok_init()
2033 for (c = 0; c < own_modes[m].num_channels; c++) { in dpp_channel_ok_init()
2034 if ((unsigned int) own_modes[m].channels[c].freq != in dpp_channel_ok_init()
2037 flag = own_modes[m].channels[c].flag; in dpp_channel_ok_init()
2078 struct hostapd_hw_modes *own_modes, in dpp_channel_intersect()
2088 if (dpp_channel_ok_init(own_modes, num_modes, freq)) in dpp_channel_intersect()
2102 struct hostapd_hw_modes *own_modes, in dpp_channel_local_list()
2111 if (!own_modes || !num_modes) { in dpp_channel_local_list()
2120 for (c = 0; c < own_modes[ in dpp_channel_local_list()
2077 dpp_channel_intersect(struct dpp_authentication *auth, struct hostapd_hw_modes *own_modes, u16 num_modes) dpp_channel_intersect() argument
2101 dpp_channel_local_list(struct dpp_authentication *auth, struct hostapd_hw_modes *own_modes, u16 num_modes) dpp_channel_local_list() argument
2141 dpp_prepare_channel_list(struct dpp_authentication *auth, struct hostapd_hw_modes *own_modes, u16 num_modes) dpp_prepare_channel_list() argument
2220 dpp_auth_init(void *msg_ctx, struct dpp_bootstrap_info *peer_bi, struct dpp_bootstrap_info *own_bi, u8 dpp_allowed_roles, unsigned int neg_freq, struct hostapd_hw_modes *own_modes, u16 num_modes) dpp_auth_init() argument
[all...]
H A Ddpp.h403 struct hostapd_hw_modes *own_modes,

Completed in 17 milliseconds