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

  /external/wpa_supplicant_8/wpa_supplicant/
config.h 1011 * p2p_go_ht40 - Default mode for HT40 enable when operating as GO.
1018 int p2p_go_ht40; member in struct:wpa_config
    [all...]
config_file.c 1228 if (config->p2p_go_ht40)
1229 fprintf(f, "p2p_go_ht40=%d\n", config->p2p_go_ht40);
    [all...]
wpa_supplicant_i.h 903 unsigned int p2p_go_ht40:1; member in struct:wpa_supplicant
    [all...]
p2p_supplicant.c     [all...]
ctrl_iface.c     [all...]
config.c     [all...]
  /external/wpa_supplicant_8/wpa_supplicant/hidl/1.0/
p2p_iface.cpp 701 int ht40 = wpa_s->conf->p2p_go_ht40 || vht;
758 int ht40 = wpa_s->conf->p2p_go_ht40 || vht;
828 int ht40 = wpa_s->conf->p2p_go_ht40 || vht;
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/hidl/1.1/
p2p_iface.cpp 701 int ht40 = wpa_s->conf->p2p_go_ht40 || vht;
758 int ht40 = wpa_s->conf->p2p_go_ht40 || vht;
828 int ht40 = wpa_s->conf->p2p_go_ht40 || vht;
    [all...]

Completed in 450 milliseconds