summaryrefslogtreecommitdiff
path: root/wpa_supplicant/ctrl_iface_unix.c
Commit message (Expand)AuthorAgeFilesLines
* ctrl: Print the source address of the received commandsxinpeng wang2022-04-181-0/+3
* Flush pending control interface message for an interface to be removedJouni Malinen2021-03-261-1/+42
* Fix truncated control interface command detectionJouni Malinen2020-05-051-2/+2
* Increase wpa_supplicant control interface buffer sizeJouni Malinen2020-05-031-5/+25
* Use lchown() instead of chown() for self-created filesJouni Malinen2019-01-061-6/+6
* hostapd: Add wpa_msg_ctrl() to report Probe Request frames from STAbhagavathi perumal s2017-11-231-1/+1
* Use TIOCOUTQ instead of SIOCOUTQ to avoid need for linux/sockios.hJouni Malinen2016-03-261-3/+2
* ctrl_iface_common: Use sockaddr_storage instead of sockaddr_unJanusz Dziedzic2016-03-051-17/+15
* wpa_supplicant: Use common functions for ctrl_ifaceJanusz Dziedzic2016-03-051-71/+4
* Do not wait for monitor to attach if no control interfaceIlan Peer2015-12-281-0/+3
* Add forgotten list entry removal for control interface deinitJouni Malinen2015-10-041-2/+6
* Throttle control interface event message burstsJouni Malinen2015-10-041-11/+226
* Android: Avoid same per-iface and global ctrl socketSunil Dutt2015-09-241-0/+47
* Drop some control interface debug print verbosity for send operationsJouni Malinen2015-09-101-2/+3
* Add debug prints for wpa_supplicant ctrl_iface socket send operationsJouni Malinen2015-08-141-0/+35
* hostapd: Global control interface notificationsAnton Nayshtut2015-07-161-2/+3
* Clear control interface command explicitly from stackJouni Malinen2015-06-171-0/+14
* Document the wpa_msg_cb "global" parameterJouni Malinen2015-06-101-8/+8
* Print in debug log whether attached monitor is for global interfaceJouni Malinen2015-01-181-5/+7
* Check os_snprintf() result more consistently - automatic 1Jouni Malinen2014-12-081-2/+2
* Do not re-open Android control socketsNeelansh Mittal2014-11-251-1/+27
* Note chmod() failure in debug log even in ignore case (CID 62843)Jouni Malinen2014-06-141-1/+7
* Remove unused gid_str pointer updateJouni Malinen2014-03-021-8/+6
* Increase global ctrl_iface buffer to same size as per-interfaceJouni Malinen2014-01-231-1/+1
* Clean up ctrl_iface debug prints for monitor eventsJouni Malinen2014-01-051-21/+29
* Stop ctrl_iface monitor send loop on reinit failureJouni Malinen2013-10-261-0/+1
* Add no_ctrl_interface config param to clear ctrl_interfaceJouni Malinen2013-09-271-0/+2
* Register wpa_msg callback even if only global ctrl_iface is usedJouni Malinen2013-09-261-0/+2
* Re-open ctrl_iface socket on some failure cases as a workaroundJouni Malinen2013-09-251-67/+189
* Simplify ctrl_iface sendto() useJouni Malinen2013-09-231-34/+26
* Print ctrl_iface sendto() failures into debug logJouni Malinen2013-09-141-17/+51
* Replace perror() with wpa_printf(strerror) in ctrl_iface callsJouni Malinen2013-08-261-27/+43
* wpa_supplicant: Reduce wait time for control interfacesIlan Peer2013-08-251-2/+2
* Fix DETACH command debug prints to avoid use of freed memoryJouni Malinen2013-08-241-2/+2
* Make global UNIX socket non-blocking for ctrl_ifaceJouni Malinen2013-08-241-0/+15
* Do not block on ctrl_iface monitor eventsJouni Malinen2013-07-111-1/+1
* P2P: No duplicate AP-STA-CONNECTED/DISCONNECTED as global eventJouni Malinen2013-05-181-1/+1
* Add wpa_msg_global() for global eventsJouni Malinen2013-05-181-2/+3
* Allow global ctrl_iface monitorsJouni Malinen2013-05-181-35/+94
* Abstract and Android sockets for global ctrl_ifaceJouni Malinen2013-05-181-17/+56
* wpa_supplicant: Add -G argument to specify global ctrl groupJouni Malinen2013-05-181-1/+36
* Android: Force group access to ctrl_iface directoryJouni Malinen2012-11-231-0/+16
* Make UNIX socket non-blocking for ctrl_ifaceBen Greear2012-08-041-0/+17
* Make bind failure messages uniqueBen Greear2012-04-061-3/+4
* Remove the GPL notification from files contributed by Jouni MalinenJouni Malinen2012-02-111-8/+2
* Use Android reserved namespace for control interfaceDmitry Shmidt2011-02-271-0/+22
* P2P: Add control interface commands for P2PJouni Malinen2010-09-091-1/+1
* Avoid dropping ctrl_iface on ENOBUFS error burstJouni Malinen2010-04-111-1/+3
* wpa_supplicant: fix FTBFS on Debian GNU/kFreeBSDKel Modderman2010-03-061-2/+2
* Convert to use struct dl_listJouni Malinen2009-12-231-32/+20