Lines Matching defs:de

83 	struct nan_de *de;  in nan_de_init()  local
107 static void nan_de_service_deinit(struct nan_de *de, struct nan_de_service *srv, in nan_de_service_deinit()
120 static void nan_de_clear_pending(struct nan_de *de) in nan_de_clear_pending()
128 void nan_de_flush(struct nan_de *de) in nan_de_flush()
182 static int nan_de_tx(struct nan_de *de, unsigned int freq, in nan_de_tx()
203 static void nan_de_tx_sdf(struct nan_de *de, struct nan_de_service *srv, in nan_de_tx_sdf()
330 static void nan_de_tx_multicast(struct nan_de *de, struct nan_de_service *srv, in nan_de_tx_multicast()
358 static void nan_de_add_srv(struct nan_de *de, struct nan_de_service *srv) in nan_de_add_srv()
375 static void nan_de_del_srv(struct nan_de *de, struct nan_de_service *srv, in nan_de_del_srv()
423 static int nan_de_next_multicast(struct nan_de *de, struct nan_de_service *srv, in nan_de_next_multicast()
467 static int nan_de_srv_time_to_next(struct nan_de *de, in nan_de_srv_time_to_next()
555 struct nan_de *de = eloop_ctx; in nan_de_timer() local
635 static void nan_de_run_timer(struct nan_de *de) in nan_de_run_timer()
642 void nan_de_deinit(struct nan_de *de) in nan_de_deinit()
650 void nan_de_listen_started(struct nan_de *de, unsigned int freq, in nan_de_listen_started()
658 void nan_de_listen_ended(struct nan_de *de, unsigned int freq) in nan_de_listen_ended()
670 void nan_de_tx_status(struct nan_de *de, unsigned int freq, const u8 *dst) in nan_de_tx_status()
677 void nan_de_tx_wait_ended(struct nan_de *de) in nan_de_tx_wait_ended()
777 static void nan_de_rx_publish(struct nan_de *de, struct nan_de_service *srv, in nan_de_rx_publish()
848 static void nan_de_rx_subscribe(struct nan_de *de, struct nan_de_service *srv, in nan_de_rx_subscribe()
948 static void nan_de_rx_follow_up(struct nan_de *de, struct nan_de_service *srv, in nan_de_rx_follow_up()
976 static void nan_de_rx_sda(struct nan_de *de, const u8 *peer_addr, in nan_de_rx_sda()
1122 void nan_de_rx_sdf(struct nan_de *de, const u8 *peer_addr, unsigned int freq, in nan_de_rx_sdf()
1150 static int nan_de_get_handle(struct nan_de *de) in nan_de_get_handle()
1199 int nan_de_publish(struct nan_de *de, const char *service_name, in nan_de_publish()
1273 void nan_de_cancel_publish(struct nan_de *de, int publish_id) in nan_de_cancel_publish()
1288 int nan_de_update_publish(struct nan_de *de, int publish_id, in nan_de_update_publish()
1312 int nan_de_subscribe(struct nan_de *de, const char *service_name, in nan_de_subscribe()
1364 void nan_de_cancel_subscribe(struct nan_de *de, int subscribe_id) in nan_de_cancel_subscribe()
1377 int nan_de_transmit(struct nan_de *de, int handle, in nan_de_transmit()