Lines Matching refs:neg_freq
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()
759 freq, neg_freq); in dpp_auth_req_rx()
760 auth->curr_freq = neg_freq; in dpp_auth_req_rx()
1165 unsigned int neg_freq, in dpp_auth_init() argument
1193 dpp_prepare_channel_list(auth, neg_freq, own_modes, num_modes) < 0) in dpp_auth_init()
1289 if (neg_freq && auth->num_freq == 1 && auth->freq[0] == neg_freq) in dpp_auth_init()
1290 neg_freq = 0; in dpp_auth_init()
1292 i_pubkey_hash, neg_freq); in dpp_auth_init()