Searched refs:p2p_mgmt (Results 1 - 8 of 8) sorted by relevance

/external/wpa_supplicant_8/wpa_supplicant/
H A Dnotify.c64 if (!wpa_s->p2p_mgmt) {
82 if (!wpa_s->p2p_mgmt) {
99 if (wpa_s->p2p_mgmt)
143 if (wpa_s->p2p_mgmt)
154 if (wpa_s->p2p_mgmt)
163 if (wpa_s->p2p_mgmt)
171 if (wpa_s->p2p_mgmt)
180 if (wpa_s->p2p_mgmt)
189 if (wpa_s->p2p_mgmt)
200 if (wpa_s->p2p_mgmt)
[all...]
H A Doffchannel.c28 if (wpa_s->p2p_mgmt && wpa_s != wpa_s->parent &&
H A Dwpa_supplicant.c3596 if ((!wpa_s->p2p_mgmt ||
3707 if (!wpa_s->p2p_mgmt &&
4820 if (iface->p2p_mgmt && !iface->ctrl_interface) {
4956 * Only take p2p_mgmt parameters when P2P Device is supported.
4961 wpa_s->p2p_mgmt = iface->p2p_mgmt;
4963 iface->p2p_mgmt = 1;
4972 if ((!iface->p2p_mgmt ||
5034 if (iface->p2p_mgmt && wpas_p2p_init(wpa_s->global, wpa_s) < 0) {
5305 if (iface->p2p_mgmt
[all...]
H A Dwpa_supplicant_i.h114 * p2p_mgmt - Interface used for P2P management (P2P Device operations)
120 int p2p_mgmt; member in struct:wpa_interface
829 int p2p_mgmt; member in struct:wpa_supplicant
H A Dp2p_supplicant.c564 return !wpa_s->p2p_mgmt && wpa_s->current_ssid &&
813 wpa_s->p2p_mgmt ?
2117 wpa_s->p2p_mgmt &&
2942 if (wpa_s->p2p_mgmt)
3768 iface.p2p_mgmt = 1;
5469 if (wpa_s->p2p_mgmt)
6018 if (wpa_s->p2p_mgmt) {
6845 } else if (wpa_s->p2p_mgmt)
8771 } else if (wpa_s->p2p_mgmt)
H A Dscan.c96 if (wpa_s->p2p_mgmt)
97 return 0; /* no normal network profiles on p2p_mgmt interface */
1205 if (wpa_s->p2p_mgmt) {
1207 "Ignore scan request (%d.%06d sec) on p2p_mgmt interface",
H A Devents.c1802 if (wpa_s->p2p_mgmt)
1803 return 0; /* no normal connection on p2p_mgmt interface */
4135 if (wpa_s->p2p_mgmt) {
/external/wpa_supplicant_8/wpa_supplicant/dbus/
H A Ddbus_new.c963 if (parent->p2p_mgmt)
1033 if (wpa_s->p2p_mgmt)
1135 if (wpa_s->p2p_mgmt)
1272 if (parent->p2p_mgmt)
1343 if (wpa_s->p2p_mgmt)
1458 if (wpa_s->p2p_mgmt)
1513 if (parent->p2p_mgmt)
1570 if (parent->p2p_mgmt)
1629 if (wpa_s->p2p_mgmt)
1697 if (wpa_s->p2p_mgmt)
[all...]

Completed in 119 milliseconds