• Home
  • Raw
  • Download

Lines Matching refs:net80211_device

100 	struct net80211_device *dev;
170 static void net80211_add_channels ( struct net80211_device *dev, int start,
172 static void net80211_filter_hw_channels ( struct net80211_device *dev );
173 static void net80211_set_rtscts_rate ( struct net80211_device *dev );
174 static int net80211_process_capab ( struct net80211_device *dev,
176 static int net80211_process_ie ( struct net80211_device *dev,
179 net80211_marshal_request_info ( struct net80211_device *dev,
188 static void net80211_handle_auth ( struct net80211_device *dev,
190 static void net80211_handle_assoc_reply ( struct net80211_device *dev,
192 static int net80211_send_disassoc ( struct net80211_device *dev, int reason,
194 static void net80211_handle_mgmt ( struct net80211_device *dev,
202 static void net80211_free_frags ( struct net80211_device *dev, int fcid );
203 static struct io_buffer *net80211_accum_frags ( struct net80211_device *dev,
205 static void net80211_rx_frag ( struct net80211_device *dev,
278 struct net80211_device *dev = netdev->priv; in net80211_netdev_open()
305 struct net80211_device *dev = netdev->priv; in net80211_netdev_close()
343 struct net80211_device *dev = netdev->priv; in net80211_netdev_transmit()
378 struct net80211_device *dev = netdev->priv; in net80211_netdev_poll()
392 struct net80211_device *dev = netdev->priv; in net80211_netdev_irq()
464 u16 net80211_duration ( struct net80211_device *dev, int bytes, u16 rate ) in net80211_duration()
510 struct net80211_device *dev = netdev->priv; in net80211_ll_push()
641 struct net80211_device * net80211_get ( struct net_device *netdev ) in net80211_get()
643 struct net80211_device *dev; in net80211_get()
663 int net80211_keep_mgmt ( struct net80211_device *dev, int enable ) in net80211_keep_mgmt()
684 struct io_buffer * net80211_mgmt_dequeue ( struct net80211_device *dev, in net80211_mgmt_dequeue()
723 int net80211_tx_mgmt ( struct net80211_device *dev, u16 fc, u8 dest[6], in net80211_tx_mgmt()
766 struct net80211_device * net80211_alloc ( size_t priv_size ) in net80211_alloc()
768 struct net80211_device *dev; in net80211_alloc()
803 int net80211_register ( struct net80211_device *dev, in net80211_register()
832 void net80211_unregister ( struct net80211_device *dev ) in net80211_unregister()
846 void net80211_free ( struct net80211_device *dev ) in net80211_free()
874 static inline void net80211_set_state ( struct net80211_device *dev, in net80211_set_state()
925 static void net80211_add_channels ( struct net80211_device *dev, int start, in net80211_add_channels()
969 static void net80211_filter_hw_channels ( struct net80211_device *dev ) in net80211_filter_hw_channels()
1018 static int net80211_process_capab ( struct net80211_device *dev, in net80211_process_capab()
1052 static int net80211_process_ie ( struct net80211_device *dev, in net80211_process_ie()
1210 net80211_marshal_request_info ( struct net80211_device *dev, in net80211_marshal_request_info()
1298 struct net80211_probe_ctx * net80211_probe_start ( struct net80211_device *dev, in net80211_probe_start()
1373 struct net80211_device *dev = ctx->dev; in net80211_probe_step()
1659 struct net80211_device *dev = in net80211_step_associate()
1660 container_of ( proc, struct net80211_device, proc_assoc ); in net80211_step_associate()
1906 struct net80211_device *dev; in net80211_check_settings_update()
1942 void net80211_autoassociate ( struct net80211_device *dev ) in net80211_autoassociate()
1980 static void net80211_set_rtscts_rate ( struct net80211_device *dev ) in net80211_set_rtscts_rate()
2013 void net80211_set_rate_idx ( struct net80211_device *dev, int rate ) in net80211_set_rate_idx()
2034 int net80211_change_channel ( struct net80211_device *dev, int channel ) in net80211_change_channel()
2064 int net80211_prepare_probe ( struct net80211_device *dev, int band, in net80211_prepare_probe()
2118 int net80211_prepare_assoc ( struct net80211_device *dev, in net80211_prepare_assoc()
2213 int net80211_send_auth ( struct net80211_device *dev, in net80211_send_auth()
2240 static void net80211_handle_auth ( struct net80211_device *dev, in net80211_handle_auth()
2300 int net80211_send_assoc ( struct net80211_device *dev, in net80211_send_assoc()
2339 static void net80211_handle_assoc_reply ( struct net80211_device *dev, in net80211_handle_assoc_reply()
2374 static int net80211_send_disassoc ( struct net80211_device *dev, int reason, in net80211_send_disassoc()
2403 void net80211_deauthenticate ( struct net80211_device *dev, int rc ) in net80211_deauthenticate()
2423 static void net80211_update_link_quality ( struct net80211_device *dev, in net80211_update_link_quality()
2451 static void net80211_handle_mgmt ( struct net80211_device *dev, in net80211_handle_mgmt()
2546 static void net80211_free_frags ( struct net80211_device *dev, int fcid ) in net80211_free_frags()
2574 static struct io_buffer *net80211_accum_frags ( struct net80211_device *dev, in net80211_accum_frags()
2609 static void net80211_rx_frag ( struct net80211_device *dev, in net80211_rx_frag()
2702 void net80211_rx ( struct net80211_device *dev, struct io_buffer *iob, in net80211_rx()
2800 void net80211_rx_err ( struct net80211_device *dev, in net80211_rx_err()
2820 void net80211_tx_complete ( struct net80211_device *dev, in net80211_tx_complete()