HomeSort by: relevance | last modified time | path
    Searched defs:token_idx (Results 1 - 2 of 2) sorted by relevancy

  /src/external/bsd/wpa/dist/src/ap/
comeback_token.c 40 u16 token_idx; local
46 token_idx = comeback_pending_idx[idx];
47 if (token_idx == 0 || token_idx != WPA_GET_BE16(token)) {
50 MACSTR " - token_idx 0x%04x, expected 0x%04x",
51 MAC2STR(addr), WPA_GET_BE16(token), token_idx);
83 u16 token_idx; local
117 token_idx = comeback_pending_idx[p_idx];
118 if (!token_idx) {
120 token_idx = comeback_idx
    [all...]
comeback_token.c 40 u16 token_idx; local
46 token_idx = comeback_pending_idx[idx];
47 if (token_idx == 0 || token_idx != WPA_GET_BE16(token)) {
50 MACSTR " - token_idx 0x%04x, expected 0x%04x",
51 MAC2STR(addr), WPA_GET_BE16(token), token_idx);
83 u16 token_idx; local
117 token_idx = comeback_pending_idx[p_idx];
118 if (!token_idx) {
120 token_idx = comeback_idx
    [all...]

Completed in 29 milliseconds