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

  /external/wpa_supplicant_8/src/ap/
dfs.c 662 iface->cac_started = 0;
764 iface->cac_started = 0;
769 iface->cac_started = 0;
788 iface->cac_started = 0;
842 __func__, iface->cac_started ? "yes" : "no",
850 if (iface->cac_started)
1033 iface->cac_started = 1;
1047 wpa_printf(MSG_DEBUG, "%s: iface->cac_started: %d",
1048 __func__, iface->cac_started);
1055 if (iface->cac_started) {
    [all...]
hostapd.h 310 unsigned int cac_started:1; member in struct:hostapd_iface
ctrl_iface_ap.c 446 if (!iface->cac_started || !iface->dfs_cac_ms) {
ap_drv_ops.c 712 iface->cac_started = 1;

Completed in 48 milliseconds