Searched refs:tim_idx (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/iwlwifi/
H A Diwl-agn.c301 /* Parse the beacon frame to find the TIM element and set tim_idx & tim_size */
306 u16 tim_idx; local
313 tim_idx = mgmt->u.beacon.variable - beacon;
316 while ((tim_idx < (frame_size - 2)) &&
317 (beacon[tim_idx] != WLAN_EID_TIM))
318 tim_idx += beacon[tim_idx+1] + 2;
321 if ((tim_idx < (frame_size - 1)) && (beacon[tim_idx] == WLAN_EID_TIM)) {
322 tx_beacon_cmd->tim_idx
[all...]
H A Diwl-commands.h2945 __le16 tim_idx; member in struct:iwl3945_tx_beacon_cmd
2953 __le16 tim_idx; member in struct:iwl_tx_beacon_cmd

Completed in 125 milliseconds