index
:
hostap
android-jb
android-kk
android-l
android-m
aosp-jb
aosp-kk
master
pending
hostapd/wpa_supplicant
Jouni Malinen
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
wpa_supplicant
/
p2p_supplicant.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
P2P: Delay P2P scan when an external scan is in progress
Purushottam Kushwaha
2020-12-21
1
-3/+19
*
P2P: Recover p2p_find operation in case of failure to fetch scan results
Sunil Dutt
2020-12-21
1
-0/+19
*
Use bool for is_6ghz variables and functions
Jouni Malinen
2020-12-11
1
-1/+1
*
scan: Add a helper function to append supported freqs from a given band
Veerendranath Jakkam
2020-12-11
1
-43/+8
*
BSS: Use wrapper function for getting a pointer to the IE buffer
Jouni Malinen
2020-11-16
1
-3/+3
*
P2P: Include p2p_6ghz_disable in global configuration
Sreeramya Soratkal
2020-11-16
1
-5/+8
*
P2P: Include p2p_add_cli_chan parameter while cloning the configuration
Sreeramya Soratkal
2020-10-22
1
-0/+1
*
P2P: Set ap_configured_cb during group reform process
Jimmy Chen
2020-10-11
1
-0/+14
*
P2P: Fallback to GO negotiation after running out of GO scan attempts
Jimmy Chen
2020-10-11
1
-0/+9
*
P2P: Limit P2P_DEVICE name to appropriate ifname size
Benjamin Berg
2020-10-10
1
-0/+4
*
P2P: Add configuration support to disable P2P in 6 GHz band
Sreeramya Soratkal
2020-10-08
1
-2/+62
*
P2P: Make use wpas_p2p_reconsider_moving_go timeout gets canceled
Jouni Malinen
2020-10-01
1
-0/+1
*
P2P: Fix P2P interface remuval through wpa_supplicant_remove_iface()
Veerendranath Jakkam
2020-10-01
1
-1/+17
*
P2P: Include channels 149 to 161 for operating classes 128 and 130
Sreeramya Soratkal
2020-10-01
1
-0/+7
*
P2P: Fix a typo in a comment
Jouni Malinen
2020-09-30
1
-1/+1
*
P2P: Start group with user configured params after accepting invitation
Vamsi Krishna
2020-04-03
1
-2/+6
*
driver: Extend send_mlme() with wait option
Ilan Peer
2020-02-29
1
-1/+1
*
P2P: Fix a possible buffer overflow in struct p2p_reg_class
Vamsi Krishna
2020-02-12
1
-0/+9
*
Enhance get_mode() to return correct hw_mode with 6 GHz support
Vamsi Krishna
2020-01-23
1
-4/+5
*
P2P: Move p2p_long_listen into struct wpa_global
Jouni Malinen
2020-01-04
1
-15/+15
*
P2P: Always use global p2p_long_listen
Benjamin Berg
2020-01-04
1
-9/+10
*
P2P: Add support for EDMG channels
Ahmad Masri
2019-12-19
1
-17/+152
*
P2P: Pass HE flag to GO negotiation result
Yu Wang
2019-07-29
1
-0/+2
*
P2P: Force p2p-send-action as the next radio work to execute
Sunil Dutt
2019-05-31
1
-1/+1
*
P2P: Reject p2p-send-action work while other one is pending
Sunil Dutt
2019-05-31
1
-1/+1
*
HE: Remove VHT_ prefix from CHANWITDH_* define
John Crispin
2019-05-27
1
-4/+4
*
P2PS: Cleanup pending_p2ps_group flag
Andrei Otcheretianski
2019-04-15
1
-2/+7
*
D-Bus: Fix P2P GroupStarted signal not to use uninitialized IP buffer
Jouni Malinen
2019-04-15
1
-2/+3
*
P2P: Fix ACS offloading behavior with p2p_no_group_iface=1
Jayachandran Sreekumaran
2019-03-13
1
-0/+1
*
wpa_supplicant: Support Multi-AP backhaul STA onboarding with WPS
Davina Lu
2019-02-18
1
-1/+1
*
P2P: Stop listen state if Action frame TX is needed on another channel
Jouni Malinen
2019-02-17
1
-5/+12
*
P2P: Allow the avoid channels for P2P discovery/negotiation
Purushottam Kushwaha
2019-01-30
1
-4/+11
*
P2P: support random interface address
Jimmy Chen
2019-01-12
1
-0/+30
*
P2P: Support random device address
Jimmy Chen
2019-01-12
1
-0/+54
*
P2P: Add 802.11ax support for P2P GO
Peng Xu
2019-01-12
1
-17/+26
*
P2PS: Notify D-Bus about removal of a stale/empty persistent group
Jouni Malinen
2019-01-04
1
-0/+18
*
P2PS: Notify D-Bus about removal of a stale persistent group
Amit Khatri
2019-01-04
1
-0/+4
*
P2P: Set global->p2p_group_formation in wpas_p2p_join_start() for p2pdev
Aloni, Adiel
2019-01-01
1
-9/+10
*
P2P: Use more compact debug print of common group frequencies
Jouni Malinen
2018-06-15
1
-5/+14
*
P2P: Improve common group channel selection if GO needs to be moved
Jouni Malinen
2018-06-15
1
-0/+87
*
Silence a gcc warning on switch statement fallthrough
Jouni Malinen
2018-05-15
1
-0/+1
*
DFS: Mark channels required DFS based on reg-domain info from the driver
mazumdar
2018-04-23
1
-4/+7
*
P2P: ACS offload for the autonomous GO
Sunil Dutt
2017-11-03
1
-3/+11
*
P2P: Do not mark DFS channel as invalid if DFS is offloaded to driver
Sunil Dutt
2017-10-11
1
-2/+6
*
P2P: Prefer 5/60 GHz band over 2.4 GHz during GO configuration
Sunil Dutt
2017-10-11
1
-24/+24
*
P2P: Allow GO to advertise Interworking element
Sunil Dutt
2017-10-05
1
-0/+5
*
P2P: Allow auto GO on DFS channels if driver supports this
Sunil Dutt
2017-07-07
1
-20/+21
*
P2P: Debug print P2P_FIND rejection reason
Jouni Malinen
2017-06-13
1
-1/+7
*
P2P: Fix p2p_in_provisioning clearing in failure case
Wu Gao
2017-06-13
1
-0/+4
*
P2P: wpas_p2p_select_go_freq() to check for supported pref_freq
Sunil Dutt
2017-05-27
1
-2/+4
[next]