Searched refs:peer_oper_freq (Results 1 - 3 of 3) sorted by relevance

/freebsd-12-stable/contrib/wpa/src/p2p/
H A Dp2p_invitation.c532 int peer_oper_freq = 0; local
539 peer_oper_freq = p2p_channel_to_freq(
542 if (peer_oper_freq < 0)
543 peer_oper_freq = 0;
554 freq, peer_oper_freq);
H A Dp2p.h972 * @peer_oper_freq: Operating frequency (in MHz) advertized by the peer
983 const u8 *addr, int freq, int peer_oper_freq);
/freebsd-12-stable/contrib/wpa/wpa_supplicant/
H A Dp2p_supplicant.c3212 int peer_oper_freq)
3303 else if (peer_oper_freq > 0 && ssid->mode != WPAS_MODE_P2P_GO &&
3304 freq_included(wpa_s, channels, peer_oper_freq))
3305 freq = peer_oper_freq;
3209 wpas_invitation_result(void *ctx, int status, const u8 *bssid, const struct p2p_channels *channels, const u8 *peer, int neg_freq, int peer_oper_freq) argument

Completed in 182 milliseconds