Home
last modified time | relevance | path

Searched refs:is_p2p (Results 1 – 3 of 3) sorted by relevance

/hostap-3.6.0/tests/hwsim/
Dwlantest.py86 def chan_from_wpa(cls, wpa, is_p2p=False): argument
90 return m.setup(cls.remote_host, [m.get_monitor_params(wpa, is_p2p)])
93 def setup(cls, wpa, is_p2p=False): argument
95 cls.chan_from_wpa(wpa, is_p2p)
/hostap-3.6.0/tests/remote/
Dmonitor.py153 def get_monitor_params(wpa, is_p2p=False): argument
154 if is_p2p:
/hostap-3.6.0/src/ap/
Dbeacon.c433 int is_p2p, size_t *resp_len) in hostapd_gen_probe_resp() argument
610 if ((hapd->conf->p2p & P2P_ENABLED) && is_p2p && in hostapd_gen_probe_resp()