Commit Graph

140 Commits

Author SHA1 Message Date
Tim Kourt 764d9bb377 doc: Rename abs_path_dir_list to tmpfs_extra_stuff 2016-11-03 13:30:06 -05:00
Tim Kourt cae6734035 doc: Explain iwd_config_dir option for t-runner 2016-11-02 17:25:02 -05:00
Daniel Wagner b540e498c5 doc: Add Type property to Network objects
Currently, the security type is only discovererable via the Device
object.  Let's add it security type property here to avoid unnecessary
complex lookups.
2016-11-02 10:04:10 -05:00
Daniel Wagner 785e155571 doc: Add Device property to Network objects
This allows to walk the tree in reverse order.
2016-11-02 10:00:10 -05:00
Daniel Wagner 47d158393d doc: Add Adapter property to D-Bus API
This allows to walk the tree in reverse order.
2016-11-02 09:57:11 -05:00
Tim Kourt 2ae5947a36 doc: Update hostapd config. requirements 2016-10-05 18:08:43 -05:00
Tim Kourt ec78bb0634 doc: Document start_iwd field inside of hw.conf 2016-10-05 18:06:52 -05:00
Tim Kourt 8c281da9eb doc: Add explanation for abs. path dir. field 2016-10-03 14:09:25 -05:00
Tim Kourt d4dc2df06b doc: Fix typos in error names 2016-10-03 13:51:31 -05:00
Tim Kourt 8f9912dbee doc: Add InProgress exception to the list of errors 2016-10-03 13:50:27 -05:00
Denis Kenzior b5e06633dc doc: Don't go over 80 characters 2016-07-20 15:44:28 -05:00
Andrew Zaborowski efbf56c0f2 doc: Update device-api.txt with State property 2016-07-20 15:30:43 -05:00
Tim Kourt 9447801853 doc: Update t-runner docs
Update the instructions to use ell-key-crypto kernel branch
2016-07-13 10:25:02 -05:00
Denis Kenzior cba8341813 doc: Fix typo 2016-07-07 12:59:26 -05:00
Andrew Zaborowski a30a753512 doc: Add device-api and network-api docs 2016-07-07 12:58:52 -05:00
Andrew Zaborowski 1c4767d834 doc: Change KnownNetworks network type string for 8021x
Change the type returned for 8021x networks from "eap" to "8021x" to
unify with the type strings iwd uses for storage and elsewhere.
2016-06-20 18:49:45 -05:00
Tim Kourt c2c0680a25 doc: Update hostapd instructions 2016-06-16 18:25:07 -05:00
Andrew Zaborowski e30a2093ce doc: Update agent-api with Cancel reason 2016-06-09 15:14:59 -05:00
Tim Kourt 9f3711954b doc: Correct kernel build instructions 2016-06-06 12:15:32 -05:00
Denis Kenzior 8da12f2457 doc: Add proposed KnownNetworks API 2016-06-03 09:48:53 -05:00
Tim Kourt 6b5963f43b doc: Notes for test-runner usage 2016-06-03 09:41:33 -05:00
Mat Martineau 0e5d83b3eb doc: Recommend --no-signoff for checkpatch.pl 2016-03-30 18:03:59 -05:00
Denis Kenzior 7b1e70f5ff doc: Add explanation of how auto-connect works 2016-02-09 18:38:09 -06:00
Denis Kenzior 307bea844a TODO: Mark handle 2nd RSNE task done 2015-05-28 16:01:01 -05:00
Jukka Rissanen 59b4a6d7ba TODO: Mark agent task done
Update doc/features.txt with a short description of the feature.
2015-03-02 21:00:39 -06:00
Denis Kenzior 09ac579f2b doc: Remove irrelevant text 2015-02-27 09:43:04 -06:00
Jukka Rissanen 35495442d2 doc: Describe agent dbus interface 2015-02-27 09:41:30 -06:00
Jukka Rissanen 2ceeca5355 TODO: Mark BSS and security coalesce task done
Update doc/features.txt with a short description of the feature.
2015-01-28 21:23:17 -06:00
Denis Kenzior ff2163a348 doc: Add overview of WPA Authentication 2015-01-21 18:43:52 -06:00
Jukka Rissanen 7900f8df54 TODO: Mark NL80211_CMD_START_SCHED_SCAN done
Update doc/features.txt with a short description of the feature.
2015-01-15 23:59:38 -06:00
Patrik Flykt 892ce0a412 TODO: Mark HWSIM_CMD_GET_RADIO done
Update doc/features.txt with a short description of the feature.
2014-11-14 22:37:28 -06:00
Jukka Rissanen 7541727942 features: Update with NEW/DEL hwsim radio events
HWSIM_CMD_NEW_RADIO and HWSIM_CMD_DEL_RADIO events are multicasted
to "config" netlink multicast group when radios are created and
deleted.
2014-11-01 21:29:40 -05:00
Denis Kenzior 4eef5a256f features: Tweak text to be more 'future' proof 2014-10-13 12:55:44 -05:00
Jukka Rissanen fc4462359b TODO: Mark hwsim client tracking task done
The "Add support for client tracking of HWSIM_CMD_CREATE_RADIO"
task is done. The patch to kernel mac80211_hwsim kernel module
was submitted and it was added to mac80211-next tree 09 Oct 2014
in commit "e9ed49bf4c2c"
2014-10-13 12:53:52 -05:00
Jukka Rissanen 171a32e147 doc: Updating todo/features about hwsim radio id support
Lowering priority of HWSIM_ATTR_RADIO_ID task as we get the radio
id in error code field. If we really want to create a new attribute
for the radio id, then the TODO entry is still valid.
2014-10-13 12:51:52 -05:00
Patrik Flykt 59612f450b TODO: Consider netlink monitor interface task done
Add a description of the task into a new features.txt file.
2014-10-04 21:34:15 -05:00
Marcel Holtmann fda0593b44 build: Add framework for handling manpages in AsciiDoc format 2014-08-08 21:48:53 -07:00
Marcel Holtmann 5a69c53bd6 doc: Update the introduction to the coding style information 2014-08-08 18:28:23 -07:00
Marcel Holtmann 3cb432a81c doc: Prefer !var over var == NULL checks 2014-07-20 17:48:48 +02:00
Denis Kenzior 54b0b7d9e9 doc: Add coding-style.txt from oFono 2014-07-19 23:17:51 -05:00