summaryrefslogtreecommitdiff
path: root/src/drivers/driver_nl80211.c
Commit message (Expand)AuthorAgeFilesLines
* nl80211: Avoid strict-aliasing warning with gcc 4.7Jouni Malinen2012-11-111-1/+1
* nl80211: Roam correctly through cfg80211 without SMEChristopher Wiley2012-11-111-10/+41
* nl80211: Make debug log more readable for driver eventsJouni Malinen2012-11-031-0/+24
* nl80211: Add support for SAE operationsJouni Malinen2012-10-241-0/+13
* Reserve AKM and cipher suite valuesJouni Malinen2012-09-301-1/+19
* nl80211: Don't send BSSID with disconnect commandMykyta Iziumtsev2012-09-291-57/+10
* nl80211: Use the monitor interface if socket tx status is not supportedFelix Fietkau2012-09-231-3/+3
* hostapd: Send EAPOL frames from the VO queue if WMM is activeFelix Fietkau2012-09-151-2/+2
* hostapd: Fix WDS VLAN bridge handlingFelix Fietkau2012-09-151-7/+9
* nl80211: Register read_sta_data() handler for station only buildsJouni Malinen2012-09-051-1/+5
* wpa_supplicant: Add PKTCNT_POLL command to get TX/RX packet countersYuhao Zheng2012-09-051-0/+4
* Add support for using GCMP cipher from IEEE 802.11adJouni Malinen2012-08-291-0/+25
* nl80211: Set P2P multichan concurrency based on interface combinationsWei-Jen Lin2012-08-281-1/+10
* nl80211: Print an error if WDS STA interface cannot be set upJouni Malinen2012-08-191-1/+4
* Convert os_realloc() for an array to use os_realloc_array()Jouni Malinen2012-08-131-6/+8
* Convert os_zalloc() for an array to use os_calloc()Jouni Malinen2012-08-131-2/+3
* nl80211: Fix re-enabling of 802.11b rates after P2P useJouni Malinen2012-08-101-1/+4
* nl80211: Disable 11b rates on configuring P2P interfaceRajkumar Manoharan2012-08-101-0/+3
* nl80211: Add nla_put_u32() wrapper for AndroidJouni Malinen2012-08-091-0/+6
* nl80211: Share common function for scan parametersJouni Malinen2012-08-071-88/+69
* nl80211: Check nla_put_nested() return value and handle errorsJouni Malinen2012-08-071-29/+36
* nl80211: Fix netlink error paths in sched_scan() handlerJouni Malinen2012-08-071-29/+44
* Fix a couple memory leaksPaul Stewart2012-08-041-1/+4
* Add new drv_flag for indicating user space AP MLMEJouni Malinen2012-08-011-1/+8
* nl80211: Support setting sched scan RSSI thresholdThomas Pedersen2012-07-251-2/+16
* nl80211: Save VHT capabilities from the driverMahesh Palivela2012-07-041-0/+12
* nl80211: Handle CH_SWITCH eventThomas Pedersen2012-06-251-0/+38
* nl80211: Simplify cbmsg bufferJohannes Berg2012-06-231-4/+1
* nl80211: Use safe list iterationJohannes Berg2012-06-041-3/+3
* nl80211: Use wait_time with AP mode driver SME for offchannelJouni Malinen2012-05-111-1/+3
* nl80211: Add more debug info on NL80211_CMD_FRAME usesJouni Malinen2012-05-111-0/+3
* nl80211: Extend shared_freq to handle AP/GO mode interfacesJithu Jance2012-04-081-1/+4
* nl80211: Skip set_mode event subscription during deinitJouni Malinen2012-04-061-1/+3
* nl80211: Indicate disconnect event as deauthenticationJouni Malinen2012-04-031-3/+3
* P2P: Add deinit_p2p_cli op to clear P2P client driver stateEliad Peller2012-04-011-0/+11
* Pass signal strength through, fix unitsJohannes Berg2012-04-011-2/+2
* nl80211: Report signal strength from nl80211Johannes Berg2012-04-011-5/+14
* Allow background scan period to be configuredBala Shanmugam2012-03-301-0/+12
* nl80211: Make use of driver's capability to detect inactive stationsVasanthakumar Thiagarajan2012-03-271-0/+8
* nl80211: Fix deauth/disassoc for AP mode SME-in-driver caseAarthi Thiruvengadam2012-03-141-1/+11
* nl80211: Filter unexpected interface added/up eventsJouni Malinen2012-02-181-2/+28
* nl80211: Indicate p2p_probe in debug log as scan parameterJouni Malinen2012-02-181-0/+2
* IBSS RSN: Support authorizationAntonio Quartulli2012-02-121-0/+8
* Remove the GPL notification from files contributed by Jouni MalinenJouni Malinen2012-02-111-8/+2
* Support HT capability overridesBen Greear2012-01-291-0/+20
* nl80211: Subscribe management frames for WPA_IF_AP_BSS typesYogesh Ashok Powar2012-01-291-0/+6
* nl80211: Derive frequency for BSSes other than the firstYogesh Ashok Powar2012-01-291-0/+1
* nl80211: Add IBSS BSSID fixing supportNicolas Cavallari2012-01-281-0/+6
* nl80211: Fix send_action on off-channel in P2P GO roleJouni Malinen2012-01-261-15/+42
* nl80211: P2P: Pass cookie parameter in send action frameDeepthi Gowri2012-01-231-1/+2