Lines Matching defs:freq
41 int freq;
52 void (*tx)(void *ctx, int freq, const u8 *da, struct wpabuf *resp,
65 " (dialog_token=%u freq=%d frag_id=%u sent=%lu/%lu) - drop pending data",
67 response->freq, response->frag_id,
96 size_t max_len = (response->freq > 56160) ? 928 : 1400;
157 gas->tx(gas->ctx, response->freq, response->dst, resp,
167 const u8 *bssid, int freq, u8 dialog_token,
235 response->freq = freq;
272 size_t max_len = (response->freq > 56160) ? 928 : 1400;
341 gas->tx(gas->ctx, response->freq, response->dst, resp, wait_time);
348 const u8 *bssid, int freq, u8 dialog_token)
376 * @freq: Frequency (in MHz) on which the frame was received
381 int freq)
403 " freq=%d dialog_token=%u len=%u",
405 MAC2STR(da), MAC2STR(sa), MAC2STR(bssid), freq, dialog_token,
410 freq, dialog_token,
413 freq, dialog_token);
551 void (*tx)(void *ctx, int freq,