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

  /external/wpa_supplicant_8/src/p2p/
p2p_pd.c 349 int join, int force_freq)
354 if (force_freq > 0)
355 freq = force_freq;
402 u16 config_methods, int join, int force_freq,
452 return p2p_send_prov_disc_req(p2p, dev, join, force_freq);
p2p.h 688 * @force_freq: Variable for returning forced frequency for the group
713 int *force_freq, int persistent_group,
919 * @force_freq: The only allowed channel frequency in MHz or 0
930 * force_freq == 0)
936 unsigned int force_freq, int persistent_group,
947 * @force_freq: The only allowed channel frequency in MHz or 0
955 * force_freq == 0)
964 unsigned int force_freq, int persistent_group,
982 * @force_freq: Forced TX frequency for the frame (mainly for the join case)
995 u16 config_methods, int join, int force_freq,
    [all...]
p2p_invitation.c 521 unsigned int force_freq, const u8 *go_dev_addr,
527 "force_freq=%u",
528 MAC2STR(peer), role, persistent_group, force_freq);
548 if (p2p_prepare_channel(p2p, dev, force_freq, pref_freq) < 0)
551 if (persistent_group && role == P2P_INVITE_ROLE_CLIENT && !force_freq &&
p2p.c 1210 unsigned int force_freq,
1214 unsigned int freq = force_freq ? force_freq : pref_freq;
    [all...]
p2p_i.h 675 int join, int force_freq);
730 unsigned int force_freq, unsigned int pref_freq);
  /external/wpa_supplicant_8/wpa_supplicant/
p2p_supplicant.c 4087 int force_freq = 0, pref_freq = 0; local
5117 int force_freq = 0; local
5179 int force_freq = 0, pref_freq = 0; local
    [all...]
driver_i.h 546 unsigned int force_freq,
553 own_interface_addr, force_freq,
  /external/wpa_supplicant_8/src/drivers/
driver.h     [all...]
driver_test.c     [all...]

Completed in 143 milliseconds