Searched refs:llid (Results 1 - 1 of 1) sorted by relevance

/freebsd-current/contrib/wpa/wpa_supplicant/
H A Dmesh_mpm.c28 const u8 *llid; /* Local Link ID (2 octets) */ member in struct:mesh_peer_mgmt_ie
93 mpm_ie->llid = ie + 2;
170 static bool llid_in_use(struct wpa_supplicant *wpa_s, u16 llid) argument
176 if (sta->my_lid == llid)
184 /* generate an llid for a link and set to initial state */
188 u16 llid; local
191 if (os_get_random((u8 *) &llid, sizeof(llid)) < 0)
192 llid = 0; /* continue */
193 } while (!llid || llid_in_us
1130 u16 plid = 0, llid = 0, aid = 0; local
[all...]

Completed in 67 milliseconds