Searched refs:wBeaconInterval (Results 1 – 3 of 3) sorted by relevance
51 unsigned short wBeaconInterval);53 unsigned short wBeaconInterval);55 u64 CARDqGetNextTBTT(u64 qwTSF, unsigned short wBeaconInterval);66 unsigned short wBeaconInterval);
383 unsigned short wBeaconInterval) in CARDbSetBeaconPeriod() argument389 qwNextTBTT = CARDqGetNextTBTT(qwNextTBTT, wBeaconInterval); in CARDbSetBeaconPeriod()392 VNSvOutPortW(priv->PortOffset + MAC_REG_BI, wBeaconInterval); in CARDbSetBeaconPeriod()393 priv->wBeaconInterval = wBeaconInterval; in CARDbSetBeaconPeriod()944 u64 CARDqGetNextTBTT(u64 qwTSF, unsigned short wBeaconInterval) in CARDqGetNextTBTT() argument948 beacon_int = wBeaconInterval * 1024; in CARDqGetNextTBTT()972 unsigned short wBeaconInterval) in CARDvSetFirstNextTBTT() argument979 qwNextTBTT = CARDqGetNextTBTT(qwNextTBTT, wBeaconInterval); in CARDvSetFirstNextTBTT()1001 unsigned short wBeaconInterval) in CARDvUpdateNextTBTT() argument1005 qwTSF = CARDqGetNextTBTT(qwTSF, wBeaconInterval); in CARDvUpdateNextTBTT()
288 unsigned short wBeaconInterval; member