summaryrefslogtreecommitdiff
path: root/wpa_supplicant/offchannel.c
Commit message (Expand)AuthorAgeFilesLines
* Fix a typo in function documentationJouni Malinen2020-03-271-1/+1
* P2P: Move p2p_long_listen into struct wpa_globalJouni Malinen2020-01-041-2/+2
* Fix offchannel TX done handling for sequence of TX framesJouni Malinen2017-06-171-1/+4
* Fix sending non-Public Action frames over P2P Device interfaceLior David2016-05-211-1/+22
* P2P: Add more debug prints for Action frame TX clearing stepsJouni Malinen2015-10-151-6/+23
* Fix driver-offloaded offchannel TX done processingJouni Malinen2015-02-021-4/+7
* P2P: Avoid truncation of long listen operation due to offchan txJithu Jance2014-12-181-0/+9
* offchannel: Use wpas_get_tx_interface() src parameter more consistentlyJouni Malinen2014-12-141-4/+2
* Add test functionality to simulate driver increased ROC durationJouni Malinen2014-10-251-2/+19
* Fix offchannel TX not to retransmit pending frame on callbackJouni Malinen2014-06-041-5/+11
* P2P: Check Action frame payload match before accepted TX statusPo-Lun Lai2013-10-231-0/+15
* P2P: Fix invalid remain-on-channel duration for frame TXWei-Jen Lin2013-07-311-0/+2
* Move some P2P offchannel operations to offchannel.cJouni Malinen2012-12-221-2/+28
* Document offchannel Action frame TX functionsJouni Malinen2012-12-221-0/+63
* Remove the GPL notification from files contributed by AtherosJouni Malinen2012-02-111-8/+2
* Add no_cck parameter for send_action() driver_opsJouni Malinen2011-10-291-8/+12
* GAS: Use off-channel operations for requestsJouni Malinen2011-09-291-0/+310