Home
last modified time | relevance | path

Searched refs:event_body (Results 1 – 7 of 7) sorted by relevance

/drivers/net/wireless/mwifiex/
Duap_event.c179 (adapter->event_body + MWIFIEX_UAP_EVENT_EXTRA_HEADER); in mwifiex_process_uap_event()
226 deauth_mac = adapter->event_body + in mwifiex_process_uap_event()
253 memcpy(priv->netdev->dev_addr, adapter->event_body + 2, in mwifiex_process_uap_event()
261 ctrl = le16_to_cpu(*(__le16 *)adapter->event_body); in mwifiex_process_uap_event()
276 adapter->event_body); in mwifiex_process_uap_event()
281 mwifiex_11n_delete_ba_stream(priv, adapter->event_body); in mwifiex_process_uap_event()
286 ba_timeout = (void *)adapter->event_body; in mwifiex_process_uap_event()
Dsta_event.c207 le16_to_cpu(*(__le16 *)adapter->event_body); in mwifiex_process_sta_event()
217 le16_to_cpu(*(__le16 *)adapter->event_body); in mwifiex_process_sta_event()
227 le16_to_cpu(*(__le16 *)adapter->event_body); in mwifiex_process_sta_event()
384 adapter->event_body); in mwifiex_process_sta_event()
388 mwifiex_11n_delete_ba_stream(priv, adapter->event_body); in mwifiex_process_sta_event()
395 adapter->event_body); in mwifiex_process_sta_event()
398 ctrl = le16_to_cpu(*(__le16 *)adapter->event_body); in mwifiex_process_sta_event()
Dinit.c324 memset(adapter->event_body, 0, sizeof(adapter->event_body)); in mwifiex_init_adapter()
Dusb.c107 memcpy(adapter->event_body, skb->data + in mwifiex_usb_recv()
Dmain.h716 u8 event_body[MAX_EVENT_SIZE]; member
Dsdio.c969 memcpy(adapter->event_body, in mwifiex_decode_rx_packet()
Dpcie.c1649 memcpy(adapter->event_body, skb_cmd->data + in mwifiex_pcie_process_event_ready()