Searched refs:ports (Results 1 – 6 of 6) sorted by relevance
/hostap-latest/src/drivers/ |
D | driver_roboswitch.c | 62 u16 ports; member 241 u16 ports, const u8 *addr) in wpa_driver_roboswitch_join() argument 256 ROBO_ARLCTRL_VEC_1, &ports, 1); in wpa_driver_roboswitch_join() 260 ROBO_ARLCTRL_VEC_2, &ports, 1); in wpa_driver_roboswitch_join() 280 ROBO_ARLCTRL_VEC_1, &ports, 1); in wpa_driver_roboswitch_join() 287 u16 ports, const u8 *addr) in wpa_driver_roboswitch_leave() argument 305 if (os_memcmp(addr_read, addr_be16, 6) == 0 && ports_read == ports) { in wpa_driver_roboswitch_leave() 315 ports_read == ports) { in wpa_driver_roboswitch_leave() 344 ports_read == ports) { in wpa_driver_roboswitch_leave() 443 drv->ports = _read[0] & 0x001F; in wpa_driver_roboswitch_init() [all …]
|
/hostap-latest/wpa_supplicant/ |
D | config.c | 3576 int *ports, *nports; in wpa_config_set_cred_req_conn_capab() local 3602 ports = NULL; in wpa_config_set_cred_req_conn_capab() 3606 nports = os_realloc_array(ports, num_ports + 1, sizeof(int)); in wpa_config_set_cred_req_conn_capab() 3608 os_free(ports); in wpa_config_set_cred_req_conn_capab() 3611 ports = nports; in wpa_config_set_cred_req_conn_capab() 3612 ports[num_ports++] = atoi(pos); in wpa_config_set_cred_req_conn_capab() 3620 nports = os_realloc_array(ports, num_ports + 1, sizeof(int)); in wpa_config_set_cred_req_conn_capab() 3622 os_free(ports); in wpa_config_set_cred_req_conn_capab() 3625 ports = nports; in wpa_config_set_cred_req_conn_capab() 3626 ports[num_ports] = -1; in wpa_config_set_cred_req_conn_capab() [all …]
|
D | config_file.c | 999 int *ports; in wpa_config_write_cred() local 1003 ports = cred->req_conn_capab_port[i]; in wpa_config_write_cred() 1004 if (ports) { in wpa_config_write_cred() 1006 for (j = 0; ports[j] != -1; j++) { in wpa_config_write_cred() 1008 ports[j]); in wpa_config_write_cred()
|
D | interworking.c | 1371 int *ports; in cred_conn_capab_missing() local 1389 ports = cred->req_conn_capab_port[i]; in cred_conn_capab_missing() 1390 if (!ports) { in cred_conn_capab_missing() 1395 for (j = 0; ports[j] > -1; j++) { in cred_conn_capab_missing() 1399 ports[j])) in cred_conn_capab_missing()
|
D | README-HS20 | 305 # Format: <protocol>[:<comma-separated list of ports]
|
/hostap-latest/hostapd/ |
D | README-MULTI-AP | 44 wired Ethernet ports.
|