HomeSort by: relevance | last modified time | path
    Searched refs:neg_freq (Results 1 - 8 of 8) sorted by relevancy

  /src/external/bsd/wpa/dist/src/common/
dpp_auth.c 64 unsigned int neg_freq)
77 if (neg_freq > 0)
106 if (neg_freq > 0) {
109 if (ieee80211_freq_to_channel_ext(neg_freq, 0, 0, &op_class,
114 neg_freq);
739 int neg_freq; local
746 neg_freq = ieee80211_chan_to_freq(NULL, channel[0], channel[1]);
749 channel[0], channel[1], neg_freq);
750 if (neg_freq < 0) {
756 if (auth->curr_freq != (unsigned int) neg_freq) {
    [all...]
dpp_i.h 56 unsigned int neg_freq,
dpp.h 318 unsigned int neg_freq; member in struct:dpp_authentication
592 unsigned int neg_freq,
dpp.c 645 unsigned int neg_freq,
653 if (!neg_freq)
656 auth->freq[0] = neg_freq;
657 auth->curr_freq = neg_freq;
  /src/external/bsd/wpa/dist/wpa_supplicant/
dpp_supplicant.c 491 if (!wpa_s->dpp_listen_on_tx_expire || !auth || !auth->neg_freq)
495 "DPP: Start listen on neg_freq %u MHz based on timeout for TX wait expiration",
496 auth->neg_freq);
497 wpas_dpp_listen_start(wpa_s, auth->neg_freq);
609 if (!wpa_s->dpp_auth_ok_on_ack && wpa_s->dpp_auth->neg_freq > 0 &&
610 wpa_s->dpp_auth->curr_freq != wpa_s->dpp_auth->neg_freq) {
612 "DPP: Move from curr_freq %u MHz to neg_freq %u MHz for response",
614 wpa_s->dpp_auth->neg_freq);
679 if (auth->neg_freq > 0)
680 freq = auth->neg_freq;
837 unsigned int neg_freq = 0; local
    [all...]
p2p_supplicant.h 50 int force_freq, int neg_freq,
p2p_supplicant.c 3502 const u8 *peer, int neg_freq,
3591 if (neg_freq > 0 && ssid->mode == WPAS_MODE_P2P_GO &&
3592 freq_included(wpa_s, channels, neg_freq))
3593 freq = neg_freq;
7041 int force_freq, int neg_freq,
7095 freq = wpas_p2p_select_go_freq(wpa_s, neg_freq);
7101 freq = neg_freq;
  /src/external/bsd/wpa/dist/src/ap/
dpp_hostapd.c 585 if (!hapd->dpp_auth_ok_on_ack && hapd->dpp_auth->neg_freq > 0 &&
586 hapd->dpp_auth->curr_freq != hapd->dpp_auth->neg_freq) {
588 "DPP: Move from curr_freq %u MHz to neg_freq %u MHz for response",
590 hapd->dpp_auth->neg_freq);
593 if (hapd->dpp_auth->neg_freq !=
598 hapd->dpp_auth->neg_freq, hapd->iface->freq);
660 if (auth->neg_freq > 0)
661 freq = auth->neg_freq;
799 if (auth->neg_freq > 0 && freq != auth->neg_freq) {
838 unsigned int neg_freq = 0; local
    [all...]

Completed in 23 milliseconds