Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/src/ap/
Ddpp_hostapd.c186 if (!hapd->dpp_auth_ok_on_ack && hapd->dpp_auth->neg_freq > 0 && in hostapd_dpp_tx_status()
187 hapd->dpp_auth->curr_freq != hapd->dpp_auth->neg_freq) { in hostapd_dpp_tx_status()
191 hapd->dpp_auth->neg_freq); in hostapd_dpp_tx_status()
194 if (hapd->dpp_auth->neg_freq != in hostapd_dpp_tx_status()
199 hapd->dpp_auth->neg_freq, hapd->iface->freq); in hostapd_dpp_tx_status()
261 if (auth->neg_freq > 0) in hostapd_dpp_reply_wait_timeout()
262 freq = auth->neg_freq; in hostapd_dpp_reply_wait_timeout()
379 if (auth->neg_freq > 0 && freq != auth->neg_freq) { in hostapd_dpp_auth_init_next()
382 freq, auth->neg_freq); in hostapd_dpp_auth_init_next()
401 unsigned int neg_freq = 0; in hostapd_dpp_auth_init() local
[all …]
/external/wpa_supplicant_8/wpa_supplicant/
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()
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()
303 if (auth->neg_freq > 0) in wpas_dpp_reply_wait_timeout()
304 freq = auth->neg_freq; in wpas_dpp_reply_wait_timeout()
418 if (auth->neg_freq > 0 && freq != auth->neg_freq) { in wpas_dpp_auth_init_next()
421 freq, auth->neg_freq); in wpas_dpp_auth_init_next()
440 unsigned int neg_freq = 0; in wpas_dpp_auth_init() local
495 neg_freq = atoi(pos + 10); in wpas_dpp_auth_init()
[all …]
Dp2p_supplicant.h49 int force_freq, int neg_freq,
Dp2p_supplicant.c3219 const u8 *peer, int neg_freq, in wpas_invitation_result() argument
3308 if (neg_freq > 0 && ssid->mode == WPAS_MODE_P2P_GO && in wpas_invitation_result()
3309 freq_included(wpa_s, channels, neg_freq)) in wpas_invitation_result()
3310 freq = neg_freq; in wpas_invitation_result()
6436 int force_freq, int neg_freq, in wpas_p2p_group_add_persistent() argument
6486 freq = wpas_p2p_select_go_freq(wpa_s, neg_freq); in wpas_p2p_group_add_persistent()
6492 freq = neg_freq; in wpas_p2p_group_add_persistent()
/external/wpa_supplicant_8/src/common/
Ddpp.h201 unsigned int neg_freq; member
384 unsigned int neg_freq,
Ddpp.c1532 unsigned int neg_freq) in dpp_auth_build_req() argument
1545 if (neg_freq > 0) in dpp_auth_build_req()
1574 if (neg_freq > 0) { in dpp_auth_build_req()
1577 if (ieee80211_freq_to_channel_ext(neg_freq, 0, 0, &op_class, in dpp_auth_build_req()
1582 neg_freq); in dpp_auth_build_req()
2082 unsigned int neg_freq, in dpp_auth_init() argument
2217 i_pubkey_hash, neg_freq); in dpp_auth_init()
3024 int neg_freq; in dpp_auth_req_rx() local
3031 neg_freq = ieee80211_chan_to_freq(NULL, channel[0], channel[1]); in dpp_auth_req_rx()
3034 channel[0], channel[1], neg_freq); in dpp_auth_req_rx()
[all …]