aboutsummaryrefslogtreecommitdiffstats
path: root/src/p2p/p2p_utils.c
Commit message (Collapse)AuthorAgeFilesLines
* Remove the GPL notification from files contributed by AtherosJouni Malinen2012-02-111-8/+2
| | | | | | | Remove the GPL notification text from files that were initially contributed by Atheros Communications or Qualcomm Atheros. Signed-hostap: Jouni Malinen <j@w1.fi>
* P2P: Reject multi-channel concurrent operations depending on driverJouni Malinen2010-10-141-0/+11
| | | | | | | | | | | | | | | | | | The driver wrapper can now indicate whether the driver supports concurrent operations on multiple channels (e.g., infra STA connection on 5 GHz channel 36 and P2P group on 2.4 GHz channel 1). If not, P2P_CONNECT commands will be rejected if they would require multi-channel concurrency. The new failure codes for P2P_CONNECT: FAIL-CHANNEL-UNAVAILABLE: The requested/needed channel is not currently available (i.e., user has an option of disconnecting another interface to make the channel available). FAIL-CHANNEL-UNSUPPORTED: The request channel is not available for P2P.
* P2P: Add initial version of P2P ModuleJouni Malinen2010-09-091-0/+260