Searched refs:scan_state (Results 1 - 5 of 5) sorted by relevance

/freebsd-9.3-release/contrib/ntp/ntpd/
H A Dntp_scanner.h84 typedef u_int32 scan_state; typedef
H A Dntp_keyword.h214 const scan_state sst[918] = {
/freebsd-9.3-release/sys/net80211/
H A Dieee80211_scan.c50 struct scan_state { struct
65 #define SCAN_PRIVATE(ss) ((struct scan_state *) ss)
105 struct scan_state *ss;
107 ss = (struct scan_state *) malloc(sizeof(struct scan_state),
/freebsd-9.3-release/contrib/wpa/wpa_supplicant/
H A Dwpa_supplicant_i.h254 enum { SCAN_SET_CHANNEL, SCAN_SEND_PROBE } scan_state; member in struct:wpa_client_mlme
H A Dmlme.c2710 switch (wpa_s->mlme.scan_state) {
2788 wpa_s->mlme.scan_state = SCAN_SEND_PROBE;
2799 wpa_s->mlme.scan_state = SCAN_SET_CHANNEL;
2869 wpa_s->mlme.scan_state = SCAN_SET_CHANNEL;

Completed in 136 milliseconds