Home
last modified time | relevance | path

Searched refs:neg_freq (Results 1 – 8 of 8) sorted by relevance

/external/wpa_supplicant_8/src/common/
Ddpp_auth.c64 unsigned int neg_freq) in dpp_auth_build_req() argument
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()
740 int neg_freq; in dpp_auth_req_rx() local
747 neg_freq = ieee80211_chan_to_freq(NULL, channel[0], channel[1]); in dpp_auth_req_rx()
750 channel[0], channel[1], neg_freq); in dpp_auth_req_rx()
751 if (neg_freq < 0) { in dpp_auth_req_rx()
757 if (auth->curr_freq != (unsigned int) neg_freq) { in dpp_auth_req_rx()
[all …]
Ddpp_i.h45 unsigned int neg_freq,
Ddpp.h282 unsigned int neg_freq; member
527 unsigned int neg_freq,
Ddpp.c570 unsigned int neg_freq, in dpp_prepare_channel_list() argument
578 if (!neg_freq) in dpp_prepare_channel_list()
581 auth->freq[0] = neg_freq; in dpp_prepare_channel_list()
582 auth->curr_freq = neg_freq; in dpp_prepare_channel_list()
/external/wpa_supplicant_8/src/ap/
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()
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()
518 freq, auth->neg_freq); in hostapd_dpp_auth_init_next()
554 unsigned int neg_freq = 0; in hostapd_dpp_auth_init() local
[all …]
/external/wpa_supplicant_8/wpa_supplicant/
Ddpp_supplicant.c530 if (!wpa_s->dpp_auth_ok_on_ack && wpa_s->dpp_auth->neg_freq > 0 && in wpas_dpp_tx_status()
531 wpa_s->dpp_auth->curr_freq != wpa_s->dpp_auth->neg_freq) { in wpas_dpp_tx_status()
535 wpa_s->dpp_auth->neg_freq); in wpas_dpp_tx_status()
537 wpas_dpp_listen_start(wpa_s, wpa_s->dpp_auth->neg_freq); in wpas_dpp_tx_status()
599 if (auth->neg_freq > 0) in wpas_dpp_reply_wait_timeout()
600 freq = auth->neg_freq; in wpas_dpp_reply_wait_timeout()
733 if (auth->neg_freq > 0 && freq != auth->neg_freq) { in wpas_dpp_auth_init_next()
736 freq, auth->neg_freq); in wpas_dpp_auth_init_next()
756 unsigned int neg_freq = 0; in wpas_dpp_auth_init() local
843 neg_freq = atoi(pos + 10); in wpas_dpp_auth_init()
[all …]
Dp2p_supplicant.h49 int force_freq, int neg_freq,
Dp2p_supplicant.c3380 const u8 *peer, int neg_freq, in wpas_invitation_result() argument
3469 if (neg_freq > 0 && ssid->mode == WPAS_MODE_P2P_GO && in wpas_invitation_result()
3470 freq_included(wpa_s, channels, neg_freq)) in wpas_invitation_result()
3471 freq = neg_freq; in wpas_invitation_result()
6733 int force_freq, int neg_freq, in wpas_p2p_group_add_persistent() argument
6784 freq = wpas_p2p_select_go_freq(wpa_s, neg_freq); in wpas_p2p_group_add_persistent()
6790 freq = neg_freq; in wpas_p2p_group_add_persistent()