Home
last modified time | relevance | path

Searched refs:wilc_mq_send (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/drivers/staging/wilc1000/
Dhost_interface.c2635 result = wilc_mq_send(&hif_msg_q, &msg, sizeof(struct host_if_msg)); in ListenTimerCB()
2826 wilc_mq_send(&hif_msg_q, &msg, sizeof(struct host_if_msg)); in hostIFthread()
2833 wilc_mq_send(&hif_msg_q, &msg, sizeof(struct host_if_msg)); in hostIFthread()
3027 wilc_mq_send(&hif_msg_q, &msg, sizeof(struct host_if_msg)); in TimerCB_Scan()
3039 wilc_mq_send(&hif_msg_q, &msg, sizeof(struct host_if_msg)); in TimerCB_Connect()
3073 result = wilc_mq_send(&hif_msg_q, &msg, sizeof(struct host_if_msg)); in host_int_remove_wep_key()
3100 result = wilc_mq_send(&hif_msg_q, &msg, sizeof(struct host_if_msg)); in host_int_set_wep_default_key()
3134 result = wilc_mq_send(&hif_msg_q, &msg, sizeof(struct host_if_msg)); in host_int_add_wep_key_bss_sta()
3177 result = wilc_mq_send(&hif_msg_q, &msg, sizeof(struct host_if_msg)); in host_int_add_wep_key_bss_ap()
3241 result = wilc_mq_send(&hif_msg_q, &msg, sizeof(struct host_if_msg)); in host_int_add_ptk()
[all …]
Dwilc_msgqueue.h60 int wilc_mq_send(WILC_MsgQueueHandle *pHandle,
Dwilc_msgqueue.c56 int wilc_mq_send(WILC_MsgQueueHandle *pHandle, in wilc_mq_send() function