/hostap-3.6.0/wpa_supplicant/wpa_gui-qt4/ |
D | signalbar.cpp | 31 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()
|
D | scanresults.cpp | 78 QString ssid, bssid, freq, signal, flags; in updateResults() local 92 signal = (*it).mid(pos); in updateResults() 104 item->setText(3, signal); in updateResults()
|
D | scanresults.ui | 47 <string>signal</string>
|
/hostap-3.6.0/tests/hwsim/ |
D | test_ap_config.py | 8 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 …]
|
D | test_fst_config.py | 12 import signal 253 os.kill(pid, signal.SIGTERM)
|
D | test_macsec.py | 11 import signal 487 os.kill(pid, signal.SIGTERM)
|
D | fst_module_aux.py | 9 import signal
|
/hostap-3.6.0/wpa_supplicant/examples/ |
D | wpas-dbus-new.py | 67 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))
|
D | wpas-dbus-new-signals.py | 74 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/ |
D | includes.h | 61 #define signal(a, b) (void)(b) macro
|
D | eloop.c | 189 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/ |
D | wpa_supplicant.conf.sgml | 31 SIGHUP signal to <command>wpa_supplicant</command> ('killall -HUP 39 preferred), and signal strength.</para>
|
D | wpa_gui.sgml | 62 <listitem><para>Set the update interval in seconds for the signal
|
/hostap-3.6.0/hostapd/ |
D | hlr_auc_gw.c | 1081 signal(SIGTERM, handle_term); in main() 1082 signal(SIGINT, handle_term); in main()
|
D | ChangeLog | 965 external signal) 1300 * fixed event loop to call signal handlers only after returning from 1301 the real signal handler
|
/hostap-3.6.0/doc/ |
D | dbus.doxygen | 633 <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…
|
D | code_structure.doxygen | 56 callbacks, and signal callbacks)
|
D | porting.doxygen | 112 signal). eloop.h defines the event loop interface. \ref eloop.c is an
|
/hostap-3.6.0/wpa_supplicant/ |
D | ChangeLog | 172 * 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 …]
|
D | README | 511 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.
|
D | README-HS20 | 542 bssid / frequency / signal level / flags / ssid
|
D | android.config | 527 # Periodic background scans based on signal strength
|
D | defconfig | 596 # Periodic background scans based on signal strength
|
/hostap-3.6.0/src/ap/ |
D | ctrl_iface_ap.c | 95 data.signal); in hostapd_get_sta_info()
|
/hostap-3.6.0/src/drivers/ |
D | driver.h | 2178 s8 signal; member
|