/external/syslinux/gpxe/src/include/gpxe/ |
D | net80211.h | 290 struct net80211_device; 305 int ( * open ) ( struct net80211_device *dev ); 315 void ( * close ) ( struct net80211_device *dev ); 341 int ( * transmit ) ( struct net80211_device *dev, 357 void ( * poll ) ( struct net80211_device *dev ); 364 void ( * irq ) ( struct net80211_device *dev, int enable ); 381 int ( * config ) ( struct net80211_device *dev, int changed ); 585 int ( * init ) ( struct net80211_device *dev ); 598 int ( * start ) ( struct net80211_device *dev ); 616 int ( * step ) ( struct net80211_device *dev ); [all …]
|
D | rc80211.h | 11 struct net80211_device; 14 struct rc80211_ctx * rc80211_init ( struct net80211_device *dev ); 15 void rc80211_update_tx ( struct net80211_device *dev, int retries, int rc ); 16 void rc80211_update_rx ( struct net80211_device *dev, int retry, u16 rate );
|
D | wpa.h | 293 struct net80211_device *dev; 498 int wpa_make_rsn_ie ( struct net80211_device *dev, union ieee80211_ie **ie ); 499 int wpa_start ( struct net80211_device *dev, struct wpa_common_ctx *ctx, 501 void wpa_stop ( struct net80211_device *dev );
|
/external/syslinux/gpxe/src/net/80211/ |
D | net80211.c | 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, [all …]
|
D | wpa_psk.c | 37 static int wpa_psk_init ( struct net80211_device *dev ) in wpa_psk_init() 48 static int wpa_psk_start ( struct net80211_device *dev ) in wpa_psk_start() 81 static int wpa_psk_step ( struct net80211_device *dev ) in wpa_psk_step() 101 static int wpa_psk_no_change_key ( struct net80211_device *dev __unused ) in wpa_psk_no_change_key() 111 static void wpa_psk_stop ( struct net80211_device *dev ) in wpa_psk_stop()
|
D | rc80211.c | 153 struct rc80211_ctx * rc80211_init ( struct net80211_device *dev __unused ) in rc80211_init() 193 static int rc80211_pick_best ( struct net80211_device *dev ) in rc80211_pick_best() 231 static inline void rc80211_set_rate ( struct net80211_device *dev, in rc80211_set_rate() 245 static void rc80211_maybe_set_new ( struct net80211_device *dev ) in rc80211_maybe_set_new() 282 static void rc80211_update ( struct net80211_device *dev, int direction, in rc80211_update() 315 void rc80211_update_tx ( struct net80211_device *dev, int retries, int rc ) in rc80211_update_tx() 350 void rc80211_update_rx ( struct net80211_device *dev, int retry, u16 rate ) in rc80211_update_rx()
|
D | wep.c | 228 static int trivial_init ( struct net80211_device *dev ) in trivial_init() 270 static int trivial_change_key ( struct net80211_device *dev ) in trivial_change_key()
|
D | wpa.c | 121 int wpa_make_rsn_ie ( struct net80211_device *dev, union ieee80211_ie **ie_ret ) in wpa_make_rsn_ie() 213 int wpa_start ( struct net80211_device *dev, struct wpa_common_ctx *ctx, in wpa_start() 257 void wpa_stop ( struct net80211_device *dev ) in wpa_stop() 829 struct net80211_device *dev = net80211_get ( netdev ); in eapol_key_rx()
|
/external/syslinux/gpxe/src/drivers/net/rtl818x/ |
D | rtl8180_max2820.c | 50 static void write_max2820(struct net80211_device *dev, u8 addr, u32 data) in write_max2820() 69 static void max2820_write_phy_antenna(struct net80211_device *dev, short chan) in max2820_write_phy_antenna() 83 static void max2820_rf_set_channel(struct net80211_device *dev, in max2820_rf_set_channel() 100 static void max2820_rf_stop(struct net80211_device *dev) in max2820_rf_stop() 107 static void max2820_rf_init(struct net80211_device *dev) in max2820_rf_init()
|
D | rtl8180_grf5101.c | 40 static void write_grf5101(struct net80211_device *dev, u8 addr, u32 data) in write_grf5101() 63 static void grf5101_write_phy_antenna(struct net80211_device *dev, short chan) in grf5101_write_phy_antenna() 77 static void grf5101_rf_set_channel(struct net80211_device *dev, in grf5101_rf_set_channel() 99 static void grf5101_rf_stop(struct net80211_device *dev) in grf5101_rf_stop() 115 static void grf5101_rf_init(struct net80211_device *dev) in grf5101_rf_init()
|
D | rtl8180_sa2400.c | 58 static void write_sa2400(struct net80211_device *dev, u8 addr, u32 data) in write_sa2400() 77 static void sa2400_write_phy_antenna(struct net80211_device *dev, short chan) in sa2400_write_phy_antenna() 92 static void sa2400_rf_set_channel(struct net80211_device *dev, in sa2400_rf_set_channel() 110 static void sa2400_rf_stop(struct net80211_device *dev) in sa2400_rf_stop() 115 static void sa2400_rf_init(struct net80211_device *dev) in sa2400_rf_init()
|
D | rtl818x.c | 46 void rtl818x_write_phy(struct net80211_device *dev, u8 addr, u32 data) in rtl818x_write_phy() 62 static void rtl818x_handle_rx(struct net80211_device *dev) in rtl818x_handle_rx() 117 static void rtl818x_handle_tx(struct net80211_device *dev) in rtl818x_handle_tx() 144 static void rtl818x_poll(struct net80211_device *dev) in rtl818x_poll() 163 static int rtl818x_tx(struct net80211_device *dev, struct io_buffer *iob) in rtl818x_tx() 233 static int rtl818x_init_hw(struct net80211_device *dev) in rtl818x_init_hw() 325 static int rtl818x_init_rx_ring(struct net80211_device *dev) in rtl818x_init_rx_ring() 357 static void rtl818x_free_rx_ring(struct net80211_device *dev) in rtl818x_free_rx_ring() 371 static int rtl818x_init_tx_ring(struct net80211_device *dev) in rtl818x_init_tx_ring() 394 static void rtl818x_free_tx_ring(struct net80211_device *dev) in rtl818x_free_tx_ring() [all …]
|
D | rtl818x.h | 311 void rtl818x_write_phy(struct net80211_device *dev, u8 addr, u32 data); 353 void (*init)(struct net80211_device *dev); 354 void (*stop)(struct net80211_device *dev); 355 void (*set_chan)(struct net80211_device *dev, struct net80211_channel *chan); 356 void (*conf_erp)(struct net80211_device *dev); /* set based on dev->erp_flags */
|
D | rtl8185_rtl8225.c | 35 static inline void rtl8225_write_phy_ofdm(struct net80211_device *dev, in rtl8225_write_phy_ofdm() 41 static inline void rtl8225_write_phy_cck(struct net80211_device *dev, in rtl8225_write_phy_cck() 47 static void rtl8225_write(struct net80211_device *dev, u8 addr, u16 data) in rtl8225_write() 95 static u16 rtl8225_read(struct net80211_device *dev, u8 addr) in rtl8225_read() 277 static void rtl8225_rf_set_tx_power(struct net80211_device *dev, int channel) in rtl8225_rf_set_tx_power() 323 static void rtl8225_rf_init(struct net80211_device *dev) in rtl8225_rf_init() 493 static void rtl8225z2_rf_set_tx_power(struct net80211_device *dev, int channel) in rtl8225z2_rf_set_tx_power() 552 static void rtl8225z2_rf_init(struct net80211_device *dev) in rtl8225z2_rf_init() 720 static void rtl8225x_rf_init(struct net80211_device *dev) in rtl8225x_rf_init() 747 static void rtl8225_rf_stop(struct net80211_device *dev) in rtl8225_rf_stop() [all …]
|
/external/syslinux/gpxe/src/include/usr/ |
D | iwmgmt.h | 12 struct net80211_device; 14 extern void iwstat ( struct net80211_device *dev ); 15 extern int iwlist ( struct net80211_device *dev );
|
/external/syslinux/gpxe/src/drivers/net/ath5k/ |
D | ath5k.c | 176 static int ath5k_tx(struct net80211_device *dev, struct io_buffer *skb); 179 static int ath5k_start(struct net80211_device *dev); 180 static void ath5k_stop(struct net80211_device *dev); 181 static int ath5k_config(struct net80211_device *dev, int changed); 182 static void ath5k_poll(struct net80211_device *dev); 183 static void ath5k_irq(struct net80211_device *dev, int enable); 198 static int ath5k_attach(struct net80211_device *dev); 199 static void ath5k_detach(struct net80211_device *dev); 205 static int ath5k_setup_bands(struct net80211_device *dev); 292 struct net80211_device *dev; in ath5k_probe() [all …]
|
D | base.h | 91 struct net80211_device *dev; /* IEEE 802.11 common */
|
/external/syslinux/gpxe/src/hci/commands/ |
D | iwmgmt_cmd.c | 30 struct net80211_device *dev = net80211_get ( netdev ); in iwstat_payload() 46 struct net80211_device *dev = net80211_get ( netdev ); in iwlist_payload()
|
/external/syslinux/gpxe/src/usr/ |
D | iwmgmt.c | 42 void iwstat ( struct net80211_device *dev ) { in iwstat() 121 int iwlist ( struct net80211_device *dev ) { in iwlist()
|