|
Linux Kernel
3.7.1
|
Go to the source code of this file.
Functions | |
| void | irlan_do_client_event (struct irlan_cb *self, IRLAN_EVENT event, struct sk_buff *skb) |
| void | irlan_do_provider_event (struct irlan_cb *self, IRLAN_EVENT event, struct sk_buff *skb) |
| void | irlan_next_client_state (struct irlan_cb *self, IRLAN_STATE state) |
| void | irlan_next_provider_state (struct irlan_cb *self, IRLAN_STATE state) |
Variables | |
| const char *const | irlan_state [] |
| enum IRLAN_EVENT |
Definition at line 47 of file irlan_event.h.
| enum IRLAN_STATE |
| IRLAN_IDLE | |
| IRLAN_QUERY | |
| IRLAN_CONN | |
| IRLAN_INFO | |
| IRLAN_MEDIA | |
| IRLAN_OPEN | |
| IRLAN_WAIT | |
| IRLAN_ARB | |
| IRLAN_DATA | |
| IRLAN_CLOSE | |
| IRLAN_SYNC |
Definition at line 33 of file irlan_event.h.
Definition at line 77 of file irlan_client_event.c.
Definition at line 58 of file irlan_provider_event.c.
| void irlan_next_client_state | ( | struct irlan_cb * | self, |
| IRLAN_STATE | state | ||
| ) |
Definition at line 41 of file irlan_event.c.
| void irlan_next_provider_state | ( | struct irlan_cb * | self, |
| IRLAN_STATE | state | ||
| ) |
Definition at line 51 of file irlan_event.c.
Definition at line 27 of file irlan_event.c.
1.8.2