Lines Matching refs:neg_freq
1532 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()
3035 if (neg_freq < 0) { in dpp_auth_req_rx()
3041 if (auth->curr_freq != (unsigned int) neg_freq) { in dpp_auth_req_rx()
3044 freq, neg_freq); in dpp_auth_req_rx()
3045 auth->curr_freq = neg_freq; in dpp_auth_req_rx()