Searched refs:neg_freq (Results 1 – 8 of 8) sorted by relevance
/freebsd/contrib/wpa/src/common/ |
H A D | dpp_auth.c | 64 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() 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() [all …]
|
H A D | dpp_i.h | 56 unsigned int neg_freq,
|
H A D | dpp.h | 318 unsigned int neg_freq; member 592 unsigned int neg_freq,
|
H A D | dpp.c | 645 unsigned int neg_freq, in dpp_prepare_channel_list() argument 653 if (!neg_freq) in dpp_prepare_channel_list() 656 auth->freq[0] = neg_freq; in dpp_prepare_channel_list() 657 auth->curr_freq = neg_freq; in dpp_prepare_channel_list()
|
/freebsd/contrib/wpa/wpa_supplicant/ |
H A D | dpp_supplicant.c | 491 if (!wpa_s->dpp_listen_on_tx_expire || !auth || !auth->neg_freq) in wpas_dpp_neg_freq_timeout() 496 auth->neg_freq); in wpas_dpp_neg_freq_timeout() 497 wpas_dpp_listen_start(wpa_s, auth->neg_freq); in wpas_dpp_neg_freq_timeout() 609 if (!wpa_s->dpp_auth_ok_on_ack && wpa_s->dpp_auth->neg_freq > 0 && in wpas_dpp_tx_status() 610 wpa_s->dpp_auth->curr_freq != wpa_s->dpp_auth->neg_freq) { in wpas_dpp_tx_status() 614 wpa_s->dpp_auth->neg_freq); in wpas_dpp_tx_status() 679 if (auth->neg_freq > 0) in wpas_dpp_reply_wait_timeout() 680 freq = auth->neg_freq; in wpas_dpp_reply_wait_timeout() 814 if (auth->neg_freq > 0 && freq != auth->neg_freq) { in wpas_dpp_auth_init_next() 817 freq, auth->neg_freq); in wpas_dpp_auth_init_next() [all …]
|
H A D | p2p_supplicant.h | 50 int force_freq, int neg_freq,
|
H A D | p2p_supplicant.c | 3502 const u8 *peer, int neg_freq, in wpas_invitation_result() argument 3591 if (neg_freq > 0 && ssid->mode == WPAS_MODE_P2P_GO && in wpas_invitation_result() 3592 freq_included(wpa_s, channels, neg_freq)) in wpas_invitation_result() 3593 freq = neg_freq; in wpas_invitation_result() 7041 int force_freq, int neg_freq, in wpas_p2p_group_add_persistent() argument 7095 freq = wpas_p2p_select_go_freq(wpa_s, neg_freq); in wpas_p2p_group_add_persistent() 7101 freq = neg_freq; in wpas_p2p_group_add_persistent()
|
/freebsd/contrib/wpa/src/ap/ |
H A D | dpp_hostapd.c | 585 if (!hapd->dpp_auth_ok_on_ack && hapd->dpp_auth->neg_freq > 0 && in hostapd_dpp_tx_status() 586 hapd->dpp_auth->curr_freq != hapd->dpp_auth->neg_freq) { in hostapd_dpp_tx_status() 590 hapd->dpp_auth->neg_freq); in hostapd_dpp_tx_status() 593 if (hapd->dpp_auth->neg_freq != in hostapd_dpp_tx_status() 598 hapd->dpp_auth->neg_freq, hapd->iface->freq); in hostapd_dpp_tx_status() 660 if (auth->neg_freq > 0) in hostapd_dpp_reply_wait_timeout() 661 freq = auth->neg_freq; in hostapd_dpp_reply_wait_timeout() 799 if (auth->neg_freq > 0 && freq != auth->neg_freq) { in hostapd_dpp_auth_init_next() 802 freq, auth->neg_freq); in hostapd_dpp_auth_init_next() 838 unsigned int neg_freq = 0; in hostapd_dpp_auth_init() local [all …]
|