summaryrefslogtreecommitdiff
path: root/src/wifi
AgeCommit message (Expand)AuthorFilesLines
2014-09-03wifi: report formation failture if pending peer is lostAndrey Gusakov1-3/+5
2014-09-03wifi: do not start new connections if one is already pendingAndrey Gusakov1-0/+8
2014-09-03wifi: p2p_connect does not need display parameterAndrey Gusakov1-1/+1
2014-09-03wifi: check device_name and name in supplicant_parse_peer()Andrey Gusakov1-1/+5
2014-08-13wifi: reformat MACs returned from DHCPAndrey Gusakov1-1/+3
2014-08-13wifi: fix possible null-pointer dereference on sta_macAndrey Gusakov1-1/+1
2014-08-05wifi: handle P2P_GROUP_FORMATION_FAILUREAndrey Gusakov4-0/+50
2014-08-05dbus: use 'int' instead of 'bool' in sd_busAndrey Gusakov1-3/+1
2014-08-05dbus: update to systemd API >=213Andrey Gusakov1-27/+5
2014-05-09build: adjust to new libsystemd-event APIDavid Herrmann1-6/+7
2014-05-08wifi: parse P2P_DEVICE_FOUND immediatelyDavid Herrmann1-1/+20
2014-05-08wifi: declare supplicant_set_wfd_subelements()David Herrmann1-0/+1
2014-05-08ctl: suppress unused-result warningsDavid Herrmann1-1/+1
2014-05-08wifi: send P2P_FIND on each p2p_scan() requestDavid Herrmann1-4/+6
2014-05-08wifi: fix unused-result warning in log_ENOMEM()David Herrmann1-1/+1
2014-04-23wifi: add wfd-subelement propertiesDavid Herrmann5-2/+230
2014-03-21shl: remove custom offsetof helpersDavid Herrmann1-2/+2
2014-03-19Add new miracle-wifid daemonDavid Herrmann6-0/+4473