HomeSort by relevance Sort by last modified time
    Searched defs:csa_settings (Results 1 - 3 of 3) sorted by null

  /external/wpa_supplicant_8/src/ap/
dfs.c 827 struct csa_settings csa_settings; local
887 os_memset(&csa_settings, 0, sizeof(csa_settings));
888 csa_settings.cs_count = 5;
889 csa_settings.block_tx = 1;
890 err = hostapd_set_freq_params(&csa_settings.freq_params,
909 err = hostapd_switch_channel(iface->bss[i], &csa_settings);
  /external/wpa_supplicant_8/wpa_supplicant/
p2p_supplicant.c 8851 struct csa_settings csa_settings; local
    [all...]
  /external/wpa_supplicant_8/src/drivers/
driver.h 1825 struct csa_settings { struct
    [all...]

Completed in 71 milliseconds