Searched refs:ports_read (Results 1 – 1 of 1) sorted by relevance
/hostap-3.7.0/src/drivers/ |
D | driver_roboswitch.c | 289 u16 _read, addr_be16[3], addr_read[3], ports_read; in wpa_driver_roboswitch_leave() local 302 ROBO_ARLCTRL_VEC_1, &ports_read, 1) < 0) in wpa_driver_roboswitch_leave() 305 if (os_memcmp(addr_read, addr_be16, 6) == 0 && ports_read == ports) { in wpa_driver_roboswitch_leave() 310 ROBO_ARLCTRL_VEC_2, &ports_read, in wpa_driver_roboswitch_leave() 315 ports_read == ports) { in wpa_driver_roboswitch_leave() 326 &ports_read, 1); in wpa_driver_roboswitch_leave() 332 &ports_read, 1); in wpa_driver_roboswitch_leave() 339 ROBO_ARLCTRL_VEC_2, &ports_read, in wpa_driver_roboswitch_leave() 344 ports_read == ports) { in wpa_driver_roboswitch_leave() 350 &ports_read, 1); in wpa_driver_roboswitch_leave()
|