HomeSort by relevance Sort by last modified time
    Searched full:force_freq (Results 1 - 9 of 9) sorted by null

  /external/wpa_supplicant_8/src/p2p/
p2p_invitation.c 570 unsigned int force_freq, const u8 *go_dev_addr,
577 "force_freq=%u",
578 MAC2STR(peer), role, persistent_group, force_freq);
601 if (p2p_prepare_channel(p2p, dev, force_freq, pref_freq) < 0)
604 if (persistent_group && role == P2P_INVITE_ROLE_CLIENT && !force_freq &&
p2p_pd.c 366 int join, int force_freq)
371 if (force_freq > 0)
372 freq = force_freq;
422 u16 config_methods, int join, int force_freq,
474 return p2p_send_prov_disc_req(p2p, dev, join, force_freq);
p2p.h 692 * @force_freq: Variable for returning forced frequency for the group
716 int *force_freq, int persistent_group);
915 * @force_freq: The only allowed channel frequency in MHz or 0
926 * force_freq == 0)
932 unsigned int force_freq, int persistent_group,
943 * @force_freq: The only allowed channel frequency in MHz or 0
951 * force_freq == 0)
960 unsigned int force_freq, int persistent_group,
978 * @force_freq: Forced TX frequency for the frame (mainly for the join case)
991 u16 config_methods, int join, int force_freq,
    [all...]
p2p_i.h 677 int join, int force_freq);
732 unsigned int force_freq, unsigned int pref_freq);
p2p.c     [all...]
  /external/wpa_supplicant_8/wpa_supplicant/
driver_i.h 535 unsigned int force_freq,
542 own_interface_addr, force_freq,
p2p_supplicant.c 3834 int force_freq = 0, pref_freq = 0, oper_freq = 0; local
4851 int force_freq = 0, oper_freq = 0; local
4925 int force_freq = 0, oper_freq = 0, pref_freq = 0; local
    [all...]
  /external/wpa_supplicant_8/src/drivers/
driver_test.c     [all...]
driver.h     [all...]

Completed in 131 milliseconds