Searched refs:ports_read (Results 1 – 1 of 1) sorted by relevance
/external/wpa_supplicant_8/src/drivers/ |
D | driver_roboswitch.c | 289 u16 _read, addr_be16[3], addr_read[3], ports_read; in wpa_driver_roboswitch_leave() local 301 &ports_read, 1); in wpa_driver_roboswitch_leave() 303 if (os_memcmp(addr_read, addr_be16, 6) == 0 && ports_read == ports) { in wpa_driver_roboswitch_leave() 307 ROBO_ARLCTRL_VEC_2, &ports_read, 1); in wpa_driver_roboswitch_leave() 310 ports_read == ports) { in wpa_driver_roboswitch_leave() 321 &ports_read, 1); in wpa_driver_roboswitch_leave() 327 &ports_read, 1); in wpa_driver_roboswitch_leave() 333 ROBO_ARLCTRL_VEC_2, &ports_read, 1); in wpa_driver_roboswitch_leave() 336 ports_read == ports) { in wpa_driver_roboswitch_leave() 342 &ports_read, 1); in wpa_driver_roboswitch_leave()
|