Home
last modified time | relevance | path

Searched refs:neg_freq (Results 1 - 14 of 14) sorted by relevance

/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/common/
H A Ddpp_auth.c64 unsigned int neg_freq) in dpp_auth_build_req()
77 if (neg_freq > 0) in dpp_auth_build_req()
106 if (neg_freq > 0) { in dpp_auth_build_req()
109 if (ieee80211_freq_to_channel_ext(neg_freq, 0, 0, &op_class, in dpp_auth_build_req()
114 neg_freq); in dpp_auth_build_req()
739 int neg_freq; in dpp_auth_req_rx() local
746 neg_freq = ieee80211_chan_to_freq(NULL, channel[0], channel[1]); in dpp_auth_req_rx()
749 channel[0], channel[1], neg_freq); in dpp_auth_req_rx()
750 if (neg_freq < 0) { in dpp_auth_req_rx()
756 if (auth->curr_freq != (unsigned int) neg_freq) { in dpp_auth_req_rx()
59 dpp_auth_build_req(struct dpp_authentication *auth, const struct wpabuf *pi, size_t nonce_len, const u8 *r_pubkey_hash, const u8 *i_pubkey_hash, unsigned int neg_freq) dpp_auth_build_req() argument
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
[all...]
H A Ddpp_i.h46 unsigned int neg_freq,
H A Ddpp.h284 unsigned int neg_freq; member
530 unsigned int neg_freq,
H A Ddpp.c556 unsigned int neg_freq, in dpp_prepare_channel_list()
564 if (!neg_freq) in dpp_prepare_channel_list()
567 auth->freq[0] = neg_freq; in dpp_prepare_channel_list()
568 auth->curr_freq = neg_freq; in dpp_prepare_channel_list()
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
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/
H A Ddpp_supplicant.c234 if (!wpa_s->dpp_auth_ok_on_ack && wpa_s->dpp_auth->neg_freq > 0 && in wpas_dpp_tx_status()
235 wpa_s->dpp_auth->curr_freq != wpa_s->dpp_auth->neg_freq) { in wpas_dpp_tx_status()
237 "DPP: Move from curr_freq %u MHz to neg_freq %u MHz for response", in wpas_dpp_tx_status()
239 wpa_s->dpp_auth->neg_freq); in wpas_dpp_tx_status()
241 wpas_dpp_listen_start(wpa_s, wpa_s->dpp_auth->neg_freq); in wpas_dpp_tx_status()
302 if (auth->neg_freq > 0) in wpas_dpp_reply_wait_timeout()
303 freq = auth->neg_freq; in wpas_dpp_reply_wait_timeout()
416 if (auth->neg_freq > 0 && freq != auth->neg_freq) { in wpas_dpp_auth_init_next()
418 "DPP: Initiate on %u MHz and move to neg_freq in wpas_dpp_auth_init_next()
439 unsigned int neg_freq = 0; wpas_dpp_auth_init() local
[all...]
H A Dp2p_supplicant.h49 int force_freq, int neg_freq,
H A Dp2p_supplicant.c3220 const u8 *peer, int neg_freq, in wpas_invitation_result()
3309 if (neg_freq > 0 && ssid->mode == WPAS_MODE_P2P_GO && in wpas_invitation_result()
3310 freq_included(wpa_s, channels, neg_freq)) in wpas_invitation_result()
3311 freq = neg_freq; in wpas_invitation_result()
6443 int force_freq, int neg_freq, in wpas_p2p_group_add_persistent()
6493 freq = wpas_p2p_select_go_freq(wpa_s, neg_freq); in wpas_p2p_group_add_persistent()
6499 freq = neg_freq; in wpas_p2p_group_add_persistent()
3218 wpas_invitation_result(void *ctx, int status, const u8 *bssid, const struct p2p_channels *channels, const u8 *peer, int neg_freq, int peer_oper_freq) wpas_invitation_result() argument
6441 wpas_p2p_group_add_persistent(struct wpa_supplicant *wpa_s, struct wpa_ssid *ssid, int addr_allocated, int force_freq, int neg_freq, int vht_center_freq2, int ht40, int vht, int max_oper_chwidth, int he, const struct p2p_channels *channels, int connection_timeout, int force_scan) wpas_p2p_group_add_persistent() argument
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/
H A Ddpp_hostapd.c187 if (!hapd->dpp_auth_ok_on_ack && hapd->dpp_auth->neg_freq > 0 && in hostapd_dpp_tx_status()
188 hapd->dpp_auth->curr_freq != hapd->dpp_auth->neg_freq) { in hostapd_dpp_tx_status()
190 "DPP: Move from curr_freq %u MHz to neg_freq %u MHz for response", in hostapd_dpp_tx_status()
192 hapd->dpp_auth->neg_freq); in hostapd_dpp_tx_status()
195 if (hapd->dpp_auth->neg_freq != in hostapd_dpp_tx_status()
200 hapd->dpp_auth->neg_freq, hapd->iface->freq); in hostapd_dpp_tx_status()
262 if (auth->neg_freq > 0) in hostapd_dpp_reply_wait_timeout()
263 freq = auth->neg_freq; in hostapd_dpp_reply_wait_timeout()
380 if (auth->neg_freq > 0 && freq != auth->neg_freq) { in hostapd_dpp_auth_init_next()
402 unsigned int neg_freq = 0; hostapd_dpp_auth_init() local
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/
H A Ddpp_hostapd.c301 if (!hapd->dpp_auth_ok_on_ack && hapd->dpp_auth->neg_freq > 0 && in hostapd_dpp_tx_status()
302 hapd->dpp_auth->curr_freq != hapd->dpp_auth->neg_freq) { in hostapd_dpp_tx_status()
304 "DPP: Move from curr_freq %u MHz to neg_freq %u MHz for response", in hostapd_dpp_tx_status()
306 hapd->dpp_auth->neg_freq); in hostapd_dpp_tx_status()
309 if (hapd->dpp_auth->neg_freq != in hostapd_dpp_tx_status()
314 hapd->dpp_auth->neg_freq, hapd->iface->freq); in hostapd_dpp_tx_status()
376 if (auth->neg_freq > 0) in hostapd_dpp_reply_wait_timeout()
377 freq = auth->neg_freq; in hostapd_dpp_reply_wait_timeout()
515 if (auth->neg_freq > 0 && freq != auth->neg_freq) { in hostapd_dpp_auth_init_next()
554 unsigned int neg_freq = 0; hostapd_dpp_auth_init() local
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/
H A Ddpp_supplicant.c529 if (!wpa_s->dpp_auth_ok_on_ack && wpa_s->dpp_auth->neg_freq > 0 && in wpas_dpp_tx_status()
530 wpa_s->dpp_auth->curr_freq != wpa_s->dpp_auth->neg_freq) { in wpas_dpp_tx_status()
532 "DPP: Move from curr_freq %u MHz to neg_freq %u MHz for response", in wpas_dpp_tx_status()
534 wpa_s->dpp_auth->neg_freq); in wpas_dpp_tx_status()
536 wpas_dpp_listen_start(wpa_s, wpa_s->dpp_auth->neg_freq); in wpas_dpp_tx_status()
597 if (auth->neg_freq > 0) in wpas_dpp_reply_wait_timeout()
598 freq = auth->neg_freq; in wpas_dpp_reply_wait_timeout()
730 if (auth->neg_freq > 0 && freq != auth->neg_freq) { in wpas_dpp_auth_init_next()
732 "DPP: Initiate on %u MHz and move to neg_freq in wpas_dpp_auth_init_next()
753 unsigned int neg_freq = 0; wpas_dpp_auth_init() local
[all...]
H A Dp2p_supplicant.h59 int force_freq, int neg_freq,
H A Dp2p_supplicant.c3987 const u8 *peer, int neg_freq, in wpas_invitation_result()
4102 if (neg_freq > 0 && ssid->mode == WPAS_MODE_P2P_GO && in wpas_invitation_result()
4103 freq_included(wpa_s, channels, neg_freq)) in wpas_invitation_result()
4104 freq = neg_freq; in wpas_invitation_result()
7758 int force_freq, int neg_freq,
7810 freq = wpas_p2p_select_go_freq(wpa_s, neg_freq);
7816 freq = neg_freq;
3985 wpas_invitation_result(void *ctx, int status, const u8 *bssid, const struct p2p_channels *channels, const u8 *peer, int neg_freq, int peer_oper_freq) wpas_invitation_result() argument
7756 wpas_p2p_group_add_persistent(struct wpa_supplicant *wpa_s, struct wpa_ssid *ssid, int addr_allocated, int force_freq, int neg_freq, int vht_center_freq2, int ht40, int vht, int max_oper_chwidth, int he, int edmg, const struct p2p_channels *channels, int connection_timeout, int force_scan, bool allow_6ghz) global() argument
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/common/
H A Ddpp.h203 unsigned int neg_freq; member
402 unsigned int neg_freq,
H A Ddpp.c1674 unsigned int neg_freq) in dpp_auth_build_req()
1687 if (neg_freq > 0) in dpp_auth_build_req()
1716 if (neg_freq > 0) { in dpp_auth_build_req()
1719 if (ieee80211_freq_to_channel_ext(neg_freq, 0, 0, &op_class, in dpp_auth_build_req()
1724 neg_freq); in dpp_auth_build_req()
2224 unsigned int neg_freq, in dpp_auth_init()
2347 i_pubkey_hash, neg_freq); in dpp_auth_init()
3142 int neg_freq; in dpp_auth_req_rx() local
3149 neg_freq = ieee80211_chan_to_freq(NULL, channel[0], channel[1]); in dpp_auth_req_rx()
3152 channel[0], channel[1], neg_freq); in dpp_auth_req_rx()
1669 dpp_auth_build_req(struct dpp_authentication *auth, const struct wpabuf *pi, size_t nonce_len, const u8 *r_pubkey_hash, const u8 *i_pubkey_hash, unsigned int neg_freq) dpp_auth_build_req() 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...]

Completed in 46 milliseconds