Home
last modified time | relevance | path

Searched refs:current_ev (Results 1 – 6 of 6) sorted by relevance

/drivers/net/wireless/hostap/
Dhostap_ioctl.c1778 char *current_ev, char *end_buf) in __prism2_translate_scan() argument
1806 current_ev = iwe_stream_add_event(info, current_ev, end_buf, &iwe, in __prism2_translate_scan()
1815 current_ev = iwe_stream_add_point(info, current_ev, end_buf, in __prism2_translate_scan()
1831 current_ev = iwe_stream_add_event(info, current_ev, end_buf, in __prism2_translate_scan()
1848 current_ev = iwe_stream_add_event(info, current_ev, end_buf, in __prism2_translate_scan()
1868 current_ev = iwe_stream_add_event(info, current_ev, end_buf, in __prism2_translate_scan()
1879 current_ev = iwe_stream_add_point(info, current_ev, end_buf, &iwe, ""); in __prism2_translate_scan()
1885 current_val = current_ev + iwe_stream_lcp_len(info); in __prism2_translate_scan()
1893 info, current_ev, current_val, end_buf, &iwe, in __prism2_translate_scan()
1897 if ((current_val - current_ev) > iwe_stream_lcp_len(info)) in __prism2_translate_scan()
[all …]
Dhostap_ap.c2437 char *current_ev = buffer; in prism2_ap_translate_scan() local
2459 current_ev = iwe_stream_add_event(info, current_ev, end_buf, in prism2_ap_translate_scan()
2471 current_ev = iwe_stream_add_event(info, current_ev, end_buf, in prism2_ap_translate_scan()
2487 current_ev = iwe_stream_add_event(info, current_ev, end_buf, in prism2_ap_translate_scan()
2496 current_ev = iwe_stream_add_point(info, current_ev, in prism2_ap_translate_scan()
2507 current_ev = iwe_stream_add_point(info, current_ev, in prism2_ap_translate_scan()
2518 current_ev = iwe_stream_add_event( in prism2_ap_translate_scan()
2519 info, current_ev, end_buf, &iwe, in prism2_ap_translate_scan()
2528 current_ev = iwe_stream_add_point(info, current_ev, in prism2_ap_translate_scan()
2540 return current_ev - buffer; in prism2_ap_translate_scan()
/drivers/net/wireless/prism54/
Disl_ioctl.c575 char *current_ev, char *end_buf, struct obj_bss *bss, in prism54_translate_bss() argument
588 current_ev = iwe_stream_add_event(info, current_ev, end_buf, in prism54_translate_bss()
597 current_ev = iwe_stream_add_point(info, current_ev, end_buf, in prism54_translate_bss()
614 current_ev = iwe_stream_add_event(info, current_ev, end_buf, in prism54_translate_bss()
624 current_ev = iwe_stream_add_point(info, current_ev, end_buf, in prism54_translate_bss()
631 current_ev = iwe_stream_add_event(info, current_ev, end_buf, in prism54_translate_bss()
640 current_ev = iwe_stream_add_event(info, current_ev, end_buf, in prism54_translate_bss()
648 current_ev = iwe_stream_add_point(info, current_ev, end_buf, in prism54_translate_bss()
653 char *current_val = current_ev + iwe_stream_lcp_len(info); in prism54_translate_bss()
667 info, current_ev, current_val, in prism54_translate_bss()
[all …]
/drivers/net/wireless/
Dwl3501_cs.c1565 char *current_ev = extra; in wl3501_get_scan() local
1572 current_ev = iwe_stream_add_event(info, current_ev, in wl3501_get_scan()
1578 current_ev = iwe_stream_add_point(info, current_ev, in wl3501_get_scan()
1584 current_ev = iwe_stream_add_event(info, current_ev, in wl3501_get_scan()
1590 current_ev = iwe_stream_add_event(info, current_ev, in wl3501_get_scan()
1599 current_ev = iwe_stream_add_point(info, current_ev, in wl3501_get_scan()
1604 wrqu->data.length = (current_ev - extra); in wl3501_get_scan()
Dairo.c7271 char *current_ev, in airo_translate_scan() argument
7287 current_ev = iwe_stream_add_event(info, current_ev, end_buf, in airo_translate_scan()
7298 current_ev = iwe_stream_add_point(info, current_ev, end_buf, in airo_translate_scan()
7309 current_ev = iwe_stream_add_event(info, current_ev, end_buf, in airo_translate_scan()
7319 current_ev = iwe_stream_add_event(info, current_ev, end_buf, in airo_translate_scan()
7340 current_ev = iwe_stream_add_event(info, current_ev, end_buf, in airo_translate_scan()
7350 current_ev = iwe_stream_add_point(info, current_ev, end_buf, in airo_translate_scan()
7355 current_val = current_ev + iwe_stream_lcp_len(info); in airo_translate_scan()
7368 current_val = iwe_stream_add_value(info, current_ev, in airo_translate_scan()
7373 if ((current_val - current_ev) > iwe_stream_lcp_len(info)) in airo_translate_scan()
[all …]
Datmel.c2348 char *current_ev = extra; in atmel_get_scan() local
2358 current_ev = iwe_stream_add_event(info, current_ev, in atmel_get_scan()
2367 current_ev = iwe_stream_add_point(info, current_ev, in atmel_get_scan()
2373 current_ev = iwe_stream_add_event(info, current_ev, in atmel_get_scan()
2380 current_ev = iwe_stream_add_event(info, current_ev, in atmel_get_scan()
2389 current_ev = iwe_stream_add_event(info, current_ev, in atmel_get_scan()
2400 current_ev = iwe_stream_add_point(info, current_ev, in atmel_get_scan()
2406 dwrq->length = (current_ev - extra); in atmel_get_scan()