iwd/src
Andrew Zaborowski 92bc1d6896 scan: Implement scan_oper_class_to_band
This function takes an Operating Channel and a Country String to convert
it into a band.  Using scan_oper_class_to_band and scan_channel_to_freq,
an Operating Channel, a Country String and a Channel Number together can
be converted into an actual frequency.  EU and US country codes based on
wpa_supplicant's tables.
2016-10-04 21:34:24 -05:00
..
agent.c dbus: Switch to using org.freedesktop.DBus.Properties 2016-09-21 16:46:34 -05:00
agent.h agent: Add reason parameter to Cancel 2016-06-10 09:26:56 -05:00
backtrace.c main: Add backtracing support 2016-04-13 14:08:10 -05:00
backtrace.h main: Add backtracing support 2016-04-13 14:08:10 -05:00
common.c common: Add security_from_str 2016-06-08 11:08:10 -05:00
common.h common: Add security_from_str 2016-06-08 11:08:10 -05:00
crypto.c crypto: Implement crypto_derive_ft_ptk 2016-09-06 13:50:17 -05:00
crypto.h crypto: Implement crypto_derive_ft_ptk 2016-09-06 13:50:17 -05:00
dbus.c main: Restore agent_exit call before main loop exit 2016-05-25 09:57:58 -05:00
dbus.h wiphy: Add Adapter objects above Device 2016-07-13 10:32:49 -05:00
device.c device: destroy state watchlist after removed event 2016-09-22 15:28:56 -05:00
device.h device: modify autoconnect behavior 2016-09-22 15:28:14 -05:00
eap-tls.c eap-tls: Convert to dynamic method registration 2015-11-02 21:51:07 -06:00
eap-ttls.c eap-ttls: Convert to dynamic method registration 2015-11-02 21:51:07 -06:00
eap-wsc.c eap-wsc: Send credential obtained events 2016-09-13 13:32:47 -05:00
eap-wsc.h eap-wsc: Send credential obtained events 2016-09-13 13:32:47 -05:00
eap.c eap: Add eap event_func 2016-09-13 11:50:52 -05:00
eap.h eap: Add eap event_func 2016-09-13 11:50:52 -05:00
eapol.c eapol: Free the checksum in eapol_verify_mic 2016-10-04 14:11:42 -05:00
eapol.h eapol: Remove io argument from eapol_start 2016-09-13 17:37:13 -05:00
ie.c ie: Consistently set group_management_cipher 2016-09-05 23:10:29 -05:00
ie.h ie: Add ie_tlv_encapsulate_wsc_payload 2015-09-10 22:30:43 -05:00
iwd.conf iwd.conf: Punch hole for agent 2015-03-19 23:57:36 -05:00
iwd.h device: Move device_list management out of wiphy.c 2016-06-16 16:37:14 -05:00
kdbus.c dbus: Drop unused linux/kdbus.h src/kdbus.c 2016-04-04 14:27:26 -05:00
kdbus.h dbus: Drop unused linux/kdbus.h src/kdbus.c 2016-04-04 14:27:26 -05:00
knownnetworks.c dbus: Switch to using org.freedesktop.DBus.Properties 2016-09-21 16:46:34 -05:00
knownnetworks.h knownnetworks: Implement KnownNetworks interface 2016-06-21 11:41:37 -05:00
main.c netdev: Reset interface state on init and exit 2016-07-13 12:36:35 -05:00
mpdu.c mpdu: fix transaction_sequence byte-ordering 2015-01-22 12:41:10 -06:00
mpdu.h wiphy: Move reason codes to mpdu.h 2015-03-29 20:27:57 -05:00
netdev.c netdev: Make sure to set disconnect_cmd_id to 0 2016-09-22 21:16:19 -05:00
netdev.h netdev: Add netdev_connect_wsc 2016-09-13 20:50:24 -05:00
network.c network: Fix autoconnect candidate logic 2016-09-27 11:52:07 -05:00
network.h network: Add network_set_psk 2016-09-21 16:20:09 -05:00
rfkill.c rfkill: Fix wiphy ID lookup 2016-07-20 15:29:39 -05:00
rfkill.h Add rfkill enable/disable and watch support 2016-07-07 13:21:08 -05:00
scan.c scan: Implement scan_oper_class_to_band 2016-10-04 21:34:24 -05:00
scan.h scan: Implement scan_oper_class_to_band 2016-10-04 21:34:24 -05:00
storage.c storage: Return const char * 2016-06-10 09:59:59 -05:00
storage.h storage: Return const char * 2016-06-10 09:59:59 -05:00
util.c util: Add util_string_to_address 2016-08-24 21:31:54 -05:00
util.h util: Add util_string_to_address 2016-08-24 21:31:54 -05:00
watchlist.c watchlist: Make re-entrant safe 2016-09-22 15:28:29 -05:00
watchlist.h watchlist: Make re-entrant safe 2016-09-22 15:28:29 -05:00
wiphy.c dbus: Switch to using org.freedesktop.DBus.Properties 2016-09-21 16:46:34 -05:00
wiphy.h wiphy: Add wiphy_get_supported_bands 2016-09-13 14:36:46 -05:00
wsc.c wsc: Let Cancel() abort WSC associations as well 2016-09-22 21:16:19 -05:00
wsc.h wsc: Squash wsc_sm structure 2016-09-13 14:53:30 -05:00
wscutil.c wscutil: Fix uninitialized warning 2016-09-14 21:56:18 -05:00
wscutil.h wsc: Record credentials obtained from EAP-WSC 2016-09-21 13:51:11 -05:00