OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:p2p_group_formation
(Results
1 - 6
of
6
) sorted by null
/cts/apps/CtsVerifier/src/com/android/cts/verifier/p2p/
P2pTestListActivity.java
70
adapter.add(TestListItem.newCategory(this, R.string.
p2p_group_formation
));
/external/wpa_supplicant_8/wpa_supplicant/
notify.c
229
if (!ssid->p2p_group && wpa_s->global->
p2p_group_formation
!= wpa_s)
257
if (!ssid->p2p_group && wpa_s->global->
p2p_group_formation
!= wpa_s)
p2p_supplicant.c
729
if (wpa_s->global->
p2p_group_formation
)
730
wpa_s = wpa_s->global->
p2p_group_formation
;
731
wpa_s->global->
p2p_group_formation
= NULL;
782
* So we need to restore wpa_s->global->
p2p_group_formation
*/
783
wpa_printf(MSG_INFO, "Restoring back wpa_s->global->
p2p_group_formation
to wpa_s %p\n", wpa_s);
784
wpa_s->global->
p2p_group_formation
= wpa_s;
970
if (wpa_s->global->
p2p_group_formation
== wpa_s)
971
wpa_s->global->
p2p_group_formation
= NULL;
[
all
...]
wpa_supplicant_i.h
252
struct wpa_supplicant *
p2p_group_formation
;
member in struct:wpa_global
ap.c
347
wpa_s == wpa_s->global->
p2p_group_formation
) {
547
P2P_GROUP_FORMATION
;
1016
P2P_GROUP_FORMATION
;
wpa_supplicant.c
[
all
...]
Completed in 72 milliseconds