Home | History | Annotate | Download | only in wpa_supplicant

Lines Matching defs:oper_freq

2867 	int force_freq = 0, oper_freq = 0;
2919 oper_freq = wpa_s->assoc_freq;
2921 oper_freq = wpa_drv_shared_freq(wpa_s);
2922 if (oper_freq < 0)
2923 oper_freq = 0;
2934 oper_freq > 0 && freq != oper_freq &&
2939 "channel (%u MHz)", freq, oper_freq);
2945 } else if (oper_freq > 0 &&
2946 !p2p_supported_freq(wpa_s->global->p2p, oper_freq)) {
2951 "channel (%u MHz)", oper_freq);
2956 "another channel", oper_freq);
2958 } else if (oper_freq > 0) {
2961 "interface", oper_freq);
2962 force_freq = oper_freq;