Home
last modified time | relevance | path

Searched refs:MAC_ADDR_RAND_PNO (Results 1 – 4 of 4) sorted by relevance

/external/wpa_supplicant_8/wpa_supplicant/
Dwpa_supplicant_i.h990 #define MAC_ADDR_RAND_PNO BIT(2) macro
993 MAC_ADDR_RAND_PNO)
Dscan.c2463 if (wpa_s->mac_addr_rand_enable & MAC_ADDR_RAND_PNO) { in wpas_start_pno()
2516 if (type & MAC_ADDR_RAND_PNO) { in wpas_mac_addr_rand_scan_clear()
2543 } else if (type == MAC_ADDR_RAND_PNO) { in wpas_mac_addr_rand_scan_set()
Dctrl_iface.c8266 type |= MAC_ADDR_RAND_PNO; in wpas_ctrl_iface_mac_rand_scan()
8316 if (type & MAC_ADDR_RAND_PNO) { in wpas_ctrl_iface_mac_rand_scan()
8359 if (type & MAC_ADDR_RAND_PNO) { in wpas_ctrl_iface_mac_rand_scan()
8360 wpas_mac_addr_rand_scan_set(wpa_s, MAC_ADDR_RAND_PNO, in wpas_ctrl_iface_mac_rand_scan()
Dwpa_supplicant.c4707 (MAC_ADDR_RAND_SCHED_SCAN | MAC_ADDR_RAND_PNO); in wpa_supplicant_init_iface()