Lines Matching refs:frm
173 const u8 *frm, u16 key_len_total)
184 ptr = (u8 *) frm + 1 + 1 + 2;
234 const u8 *frm, int len)
240 u8 *pos = (u8 *) frm; /* point to action field */
241 u16 key_len_total = le_to_host16(*((u16 *)(frm+2)));
248 frm[0], frm[1], key_len_total);
250 if (pos > frm + len) {
254 while (pos - frm < len) {
256 if (pos + 2 + ie_len > frm + len) {
286 wnm_sleep_mode_exit_success(wpa_s, frm, key_len_total);