HomeSort by: relevance | last modified time | path
    Searched refs:op_freq (Results 1 - 8 of 8) sorted by relevancy

  /src/external/bsd/wpa/dist/src/p2p/
p2p_invitation.c 194 int op_freq = 0; local
270 &go, group_bssid, &op_freq, persistent, &intersection,
285 if (op_freq) {
287 op_freq);
288 if (p2p_freq_to_channel(op_freq, &reg_class, &channel) < 0) {
290 op_freq);
298 op_freq);
365 op_freq = p2p_channel_to_freq(p2p->op_reg_class,
367 if (op_freq < 0) {
374 p2p_dbg(p2p, "Selected operating channel - %d MHz", op_freq);
    [all...]
p2p.h 962 * @op_freq: Operational frequency for the group
973 int op_freq);
  /src/external/bsd/wpa/dist/wpa_supplicant/dbus/
dbus_new.h 266 int op_freq);
614 int op_freq)
dbus_new_handlers_p2p.c 2488 u16 op_freq; local
2494 op_freq = wpa_s->current_bss->freq;
2498 op_freq = wpa_s->ap_iface->freq;
2502 &op_freq, error);
dbus_new.c 2282 * @op_freq: Operating frequency for the group
2288 int op_freq)
2324 !wpa_dbus_dict_append_int32(&dict_iter, "op_freq", op_freq) ||
  /src/external/bsd/wpa/dist/wpa_supplicant/
notify.h 155 const u8 *bssid, int id, int op_freq);
notify.c 778 const u8 *bssid, int id, int op_freq)
782 id, op_freq);
p2p_supplicant.c 3345 int op_freq)
3359 " was accepted; op_freq=%d MHz, SSID=%s",
3360 MAC2STR(sa), op_freq, wpa_ssid_txt(ssid, ssid_len));
3368 MAC2STR(sa), s->id, op_freq);
3377 wpa_s, s, go, 0, op_freq, 0,
3395 wpa_s->p2p_wps_method, 0, op_freq,
3423 bssid, 0, op_freq);
3427 if (s->mode == WPAS_MODE_P2P_GO && op_freq) {
3430 MAC2STR(sa), s->id, op_freq);
3437 s->id, op_freq);
    [all...]

Completed in 22 milliseconds