Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/net/wireless/mwifiex/
Duap_event.c58 (adapter->event_body + MWIFIEX_UAP_EVENT_EXTRA_HEADER); in mwifiex_process_uap_event()
104 deauth_mac = adapter->event_body + in mwifiex_process_uap_event()
132 memcpy(priv->netdev->dev_addr, adapter->event_body + 2, in mwifiex_process_uap_event()
142 ctrl = le16_to_cpu(*(__le16 *)adapter->event_body); in mwifiex_process_uap_event()
157 adapter->event_body, false); in mwifiex_process_uap_event()
162 mwifiex_11n_delete_ba_stream(priv, adapter->event_body); in mwifiex_process_uap_event()
167 ba_timeout = (void *)adapter->event_body; in mwifiex_process_uap_event()
179 mwifiex_parse_tx_status_event(priv, adapter->event_body); in mwifiex_process_uap_event()
Dsta_event.c262 le16_to_cpu(*(__le16 *)adapter->event_body); in mwifiex_process_sta_event()
277 le16_to_cpu(*(__le16 *)adapter->event_body); in mwifiex_process_sta_event()
287 le16_to_cpu(*(__le16 *)adapter->event_body); in mwifiex_process_sta_event()
452 adapter->event_body, false); in mwifiex_process_sta_event()
456 mwifiex_11n_delete_ba_stream(priv, adapter->event_body); in mwifiex_process_sta_event()
463 adapter->event_body); in mwifiex_process_sta_event()
466 ctrl = le16_to_cpu(*(__le16 *)adapter->event_body); in mwifiex_process_sta_event()
515 mwifiex_parse_tx_status_event(priv, adapter->event_body); in mwifiex_process_sta_event()
Dtxrx.c333 void *event_body) in mwifiex_parse_tx_status_event() argument
335 struct tx_status_event *tx_status = (void *)priv->adapter->event_body; in mwifiex_parse_tx_status_event()
Dinit.c261 memset(adapter->event_body, 0, sizeof(adapter->event_body)); in mwifiex_init_adapter()
Dmain.h871 u8 event_body[MAX_EVENT_SIZE]; member
1418 void *event_body);
Dusb.c121 memcpy(adapter->event_body, skb->data + in mwifiex_usb_recv()
Dsdio.c1170 memcpy(adapter->event_body, in mwifiex_decode_rx_packet()
Dpcie.c1729 memcpy(adapter->event_body, skb_cmd->data + in mwifiex_pcie_process_event_ready()