Searched refs:wBeaconInterval (Results 1 – 3 of 3) sorted by relevance
46 unsigned short wBeaconInterval);48 unsigned short wBeaconInterval);50 u64 CARDqGetNextTBTT(u64 qwTSF, unsigned short wBeaconInterval);60 unsigned short wBeaconInterval);
375 unsigned short wBeaconInterval) in CARDbSetBeaconPeriod() argument381 qwNextTBTT = CARDqGetNextTBTT(qwNextTBTT, wBeaconInterval); in CARDbSetBeaconPeriod()384 VNSvOutPortW(priv->PortOffset + MAC_REG_BI, wBeaconInterval); in CARDbSetBeaconPeriod()385 priv->wBeaconInterval = wBeaconInterval; in CARDbSetBeaconPeriod()830 u64 CARDqGetNextTBTT(u64 qwTSF, unsigned short wBeaconInterval) in CARDqGetNextTBTT() argument834 beacon_int = wBeaconInterval * 1024; in CARDqGetNextTBTT()858 unsigned short wBeaconInterval) in CARDvSetFirstNextTBTT() argument865 qwNextTBTT = CARDqGetNextTBTT(qwNextTBTT, wBeaconInterval); in CARDvSetFirstNextTBTT()887 unsigned short wBeaconInterval) in CARDvUpdateNextTBTT() argument891 qwTSF = CARDqGetNextTBTT(qwTSF, wBeaconInterval); in CARDvUpdateNextTBTT()
286 unsigned short wBeaconInterval; member