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;
765 iface->cac_started = 0;
770 iface->cac_started = 0;
789 iface->cac_started = 0;
832 __func__, iface->cac_started ? "yes" : "no",
840 if (iface->cac_started)
988 if (iface->state == HAPD_IFACE_DFS && !iface->cac_started)
1029 iface->cac_started = 1;
1043 wpa_printf(MSG_DEBUG, "%s: iface->cac_started: %d",
1044 __func__, iface->cac_started);
    [all...]
hostapd.h 349 unsigned int cac_started:1; member in struct:hostapd_iface
ctrl_iface_ap.c 514 if (!iface->cac_started || !iface->dfs_cac_ms) {
ap_drv_ops.c 746 iface->cac_started = 1;

Completed in 65 milliseconds