Home
last modified time | relevance | path

Searched refs:signal (Results 1 – 25 of 30) sorted by relevance

12

/hostap-3.6.0/wpa_supplicant/wpa_gui-qt4/
Dsignalbar.cpp31 int signal; in paint() local
39 signal = 0 - (256 - index.data().toInt()); in paint()
41 signal = index.data().toInt(); in paint()
45 if (signal < opts.minimum) in paint()
47 else if (signal > opts.maximum) in paint()
50 opts.progress = signal; in paint()
52 opts.text = QString::number(signal) + " dBm"; in paint()
Dscanresults.cpp78 QString ssid, bssid, freq, signal, flags; in updateResults() local
92 signal = (*it).mid(pos); in updateResults()
104 item->setText(3, signal); in updateResults()
Dscanresults.ui47 <string>signal</string>
/hostap-3.6.0/tests/hwsim/
Dtest_ap_config.py8 import signal
96 os.kill(pid, signal.SIGHUP)
100 os.kill(pid, signal.SIGHUP)
111 os.kill(pid, signal.SIGHUP)
115 os.kill(pid, signal.SIGHUP)
134 os.kill(pid, signal.SIGHUP)
183 os.kill(pid, signal.SIGHUP)
193 os.kill(pid, signal.SIGTERM)
236 os.kill(pid, signal.SIGHUP)
247 os.kill(pid, signal.SIGHUP)
[all …]
Dtest_fst_config.py12 import signal
253 os.kill(pid, signal.SIGTERM)
Dtest_macsec.py11 import signal
487 os.kill(pid, signal.SIGTERM)
Dfst_module_aux.py9 import signal
/hostap-3.6.0/wpa_supplicant/examples/
Dwpas-dbus-new.py67 signal = net_obj.Get(WPAS_DBUS_BSS_INTERFACE, 'Signal',
76 …' wpa=%s wpa2=%s signal=%d rate=%d freq=%d" % (bssid, ssid, wpa, wpa2, signal, maxrate, freq))
Dwpas-dbus-new-signals.py74 signal = net_obj.Get(WPAS_DBUS_BSS_INTERFACE, 'Signal',
83 …' wpa=%s wpa2=%s signal=%d rate=%d freq=%d" % (bssid, ssid, wpa, wpa2, signal, maxrate, freq))
/hostap-3.6.0/src/utils/
Dincludes.h61 #define signal(a, b) (void)(b) macro
Deloop.c189 signal(SIGSEGV, eloop_sigsegv_handler); in eloop_init()
988 signal(SIGALRM, eloop_handle_alarm); in eloop_handle_signal()
1044 signal(sig, eloop_handle_signal); in eloop_register_signal()
/hostap-3.6.0/wpa_supplicant/doc/docbook/
Dwpa_supplicant.conf.sgml31 SIGHUP signal to <command>wpa_supplicant</command> ('killall -HUP
39 preferred), and signal strength.</para>
Dwpa_gui.sgml62 <listitem><para>Set the update interval in seconds for the signal
/hostap-3.6.0/hostapd/
Dhlr_auc_gw.c1081 signal(SIGTERM, handle_term); in main()
1082 signal(SIGINT, handle_term); in main()
DChangeLog965 external signal)
1300 * fixed event loop to call signal handlers only after returning from
1301 the real signal handler
/hostap-3.6.0/doc/
Ddbus.doxygen633 <p>Fetch signal properties for the current connection.</p>
664 …st events. This is needed in addition to registering a signal handler for the ProbeRequest signal
1212 <p>This signal complements StaAuthorized, passing the Station object and its properties.</p>
1227 <p>This signal complements StaDeauthorized, passing the Station object.</p>
1283 …<p>Information about a received Probe Request frame. This signal is delivered only to a single app…
1287 …names and their values. Possible dictionary keys are: "addr", "dst", "bssid", "ies", "signal".</dd>
2263 … signals are supposed to be of any real use with Peer objects (i.e., one signal for multiple peers…
Dcode_structure.doxygen56 callbacks, and signal callbacks)
Dporting.doxygen112 signal). eloop.h defines the event loop interface. \ref eloop.c is an
/hostap-3.6.0/wpa_supplicant/
DChangeLog172 * started to use estimated throughput to avoid undesired signal
297 receipt of SIGHUP signal
332 * added SIGNAL_MONITOR command to request signal strength monitoring
1059 - Add a DBus signal for EAP SM requests, emitted on the Interface
1062 - Add signal Certification for information about server certification.
1209 * avoid unnecessary roaming if multiple APs with similar signal
1235 * add signal strength change events for bgscan; this allows more
1237 the signal strength with the current AP; this improves roaming within
1240 signal strength remains good and to automatically trigger background
1241 scans whenever signal strength drops noticeably
[all …]
DREADME511 Changes to configuration file can be reloaded be sending SIGHUP signal
518 file, network security level (WPA/WPA2 is preferred), and signal
832 # configure network, signal DHCP client, etc.
DREADME-HS20542 bssid / frequency / signal level / flags / ssid
Dandroid.config527 # Periodic background scans based on signal strength
Ddefconfig596 # Periodic background scans based on signal strength
/hostap-3.6.0/src/ap/
Dctrl_iface_ap.c95 data.signal); in hostapd_get_sta_info()
/hostap-3.6.0/src/drivers/
Ddriver.h2178 s8 signal; member

12