Home
last modified time | relevance | path

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

/hostap-3.6.0/src/common/
Dwpa_ctrl.c375 int port_id; in wpa_ctrl_open() local
394 port_id = atoi(&port[1]); in wpa_ctrl_open()
397 port_id = WPA_CTRL_IFACE_PORT; in wpa_ctrl_open()
420 ctrl->dest.sin6_port = htons(port_id); in wpa_ctrl_open()
423 ctrl->dest.sin_port = htons(port_id); in wpa_ctrl_open()