aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* EAP-pwd: Fix couple of memory leaksJouni Malinen2010-09-143-4/+19
* EAP-pwd: Move bnctx into per-protocol instance structureJouni Malinen2010-09-142-41/+53
* EAP-pwd: Add support for EAP-pwd server and peer functionalityDan Harkins2010-09-1418-0/+2006
* P2P: Add option for disabling intra BSS distributionSudhakar Swaminathan2010-09-106-2/+35
* P2P: Fix invitation_received callback to use NULL bssid (if not known)Ardong Chen2010-09-101-1/+1
* P2P: Make sure parsed Device Name gets null terminatedJouni Malinen2010-09-101-0/+1
* P2P: Add peer timeout into group formation 15 second timeoutJouni Malinen2010-09-104-0/+18
* WPS: Allow pending WPS operation to be cancelledArdong Chen2010-09-102-20/+59
* P2P: Provide local event on GO Neg Req rejectionJouni Malinen2010-09-102-0/+6
* P2P: Process Invitation Request from previously unknown peerArdong Chen2010-09-101-4/+19
* P2P: Add peer entry based on Provision Discovery RequestArdong Chen2010-09-103-4/+14
* Fix build without CONFIG_P2P=yJouni Malinen2010-09-091-2/+3
* P2P: Use SSID from GO Negotiation to limit WPS provisioning stepJouni Malinen2010-09-092-3/+14
* P2P: Use operating frequency from peer table as backup for joinJouni Malinen2010-09-092-0/+15
* P2P: Add a workaround for Extended Listen Timing getting stuckJouni Malinen2010-09-091-0/+14
* P2P: Fix cross connection allowed parser to use correct fieldJouni Malinen2010-09-091-1/+1
* P2P: Allow P2P IE without Device Info in (Re)Assoc ReqJouni Malinen2010-09-092-2/+16
* Add test command for disabling/enabling A-MPDU aggregationJouni Malinen2010-09-092-1/+10
* P2P: Fix code order to avoid potential NULL pointer dereferenceJouni Malinen2010-09-091-1/+3
* P2P: Allow driver wrapper to indicate how many stations are supportedJouni Malinen2010-09-091-0/+6
* P2P: Add mechanism for configuring UAPSD parameters for groupJouni Malinen2010-09-091-0/+8
* P2P: Fix build after WSC 2.0 change to use WFA vendor extensionJouni Malinen2010-09-091-1/+1
* WPS: Fix ER PBC overlap detection build with P2P changesJouni Malinen2010-09-091-1/+1
* P2P: Fix GAS fragmentation to match with IEEE 802.11uJouni Malinen2010-09-092-16/+33
* P2P: Add Device Password ID to GO Neg Request RX eventJouni Malinen2010-09-092-2/+4
* P2P: Fix p2p_connect join with interface addressJouni Malinen2010-09-092-0/+13
* P2P: Add support for cross connectionJouni Malinen2010-09-097-5/+70
* P2P: Add defined values for P2P Manageability BitmapJouni Malinen2010-09-092-2/+8
* P2P: Fix device discoverability to not wait before sending GO Neg ReqJouni Malinen2010-09-091-0/+9
* P2P: Disable periodic NoA when non-P2P STA is connectedJouni Malinen2010-09-098-2/+108
* P2P: Include P2P IE in (Re)AssocReq to infra AP if it uses P2P IEJouni Malinen2010-09-092-8/+11
* P2P: Include Extended Listen Timing attribute in (Re)AssocReqJouni Malinen2010-09-091-0/+3
* P2P: Wait on operating channel between invitation requestsJouni Malinen2010-09-091-0/+10
* P2P: Fix invitation to active group to use correct operating channelJouni Malinen2010-09-091-2/+3
* P2P: Fix WSC IE not to include two Device Name attrs with WPS 2.0 is usedJouni Malinen2010-09-091-0/+2
* P2P: Fix channel forcing for p2p_connect authJouni Malinen2010-09-093-6/+27
* P2P: Use 0-timeout when inviting to running group as clientJouni Malinen2010-09-091-1/+1
* P2P: Add Device Info attribute to Invitation RequestJouni Malinen2010-09-091-2/+3
* P2P: Add Group Info attr into Probe Response in GO without clientsJouni Malinen2010-09-091-10/+8
* P2P: Add test command for filtering which peers are discoveredJouni Malinen2010-09-093-0/+24
* P2P: Fix country string mismatch validation off-by-one offsetJouni Malinen2010-09-091-2/+2
* P2P: Initial support for SD fragmentation (GAS Comeback Request/Response)Jouni Malinen2010-09-094-14/+452
* P2P: Rename SD info not available define to match with spec changeJouni Malinen2010-09-091-1/+1
* P2P: Set Device Password ID in WPS M1/M2 per new rulesJouni Malinen2010-09-093-1/+10
* P2P: Implement power save configurationJouni Malinen2010-09-092-1/+13
* P2P: Handle p2p_scan tracking in SEARCH stateJouni Malinen2010-09-091-8/+15
* P2P: Add preliminary P2P Manager AP support for hostapdJouni Malinen2010-09-094-0/+41
* P2P: Add group notification from (re)association requestJouni Malinen2010-09-091-0/+8
* P2P: Use PSK format in WPS CredentialJouni Malinen2010-09-097-5/+16
* P2P: Add group notificationsJouni Malinen2010-09-092-0/+34