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;
782 iface->cac_started = 0;
800 iface->cac_started = 0;
838 iface->cac_started = 0;
881 __func__, iface->cac_started ? "yes" : "no",
889 if (iface->cac_started)
1044 if (iface->state == HAPD_IFACE_DFS && !iface->cac_started)
1085 iface->cac_started = 1;
1099 wpa_printf(MSG_DEBUG, "%s: iface->cac_started: %d",
1100 __func__, iface->cac_started);
    [all...]
hostapd.h 404 unsigned int cac_started:1; member in struct:hostapd_iface
ap_drv_ops.c 788 iface->cac_started = 1;
ctrl_iface_ap.c 583 if (!iface->cac_started || !iface->dfs_cac_ms) {

Completed in 110 milliseconds