HomeSort by: relevance | last modified time | path
    Searched defs:neg_freq (Results 1 - 4 of 4) 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.h 318 unsigned int neg_freq; member in struct:dpp_authentication
592 unsigned int 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...]
  /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...]

Completed in 18 milliseconds