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

/freebsd-9.3-release/sys/net80211/
H A Dieee80211_mesh.c1927 "send PEER OPEN action: localid 0x%x", args[0]);
1987 "send PEER CONFIRM action: localid 0x%x, peerid 0x%x",
2054 "send PEER CLOSE action: localid 0x%x, peerid 0x%x reason %d",
2423 ieee80211_add_meshpeer(uint8_t *frm, uint8_t subtype, uint16_t localid, argument
2429 KASSERT(localid != 0, ("localid == 0"));
2437 ADDSHORT(frm, localid); /* local ID */
2444 ADDSHORT(frm, localid); /* local ID */
2454 ADDSHORT(frm, localid); /* local ID */

Completed in 103 milliseconds