summaryrefslogtreecommitdiff
path: root/cp
AgeCommit message (Collapse)Author
2008-04-07Moved the complete svn base into the cesar directory.save
git-svn-id: svn+ssh://pessac/svn/cesar/trunk@1769 017c9cb6-072f-447c-8318-d5b54f68fe89
2008-04-07Doc Updateboure
git-svn-id: svn+ssh://pessac/svn/cesar/trunk@1767 017c9cb6-072f-447c-8318-d5b54f68fe89
2008-04-03Removed the secu in the beacons.laranjeiro
The context secu in beacons is provided but never use nether asserted if it is null. git-svn-id: svn+ssh://pessac/svn/cesar/trunk@1738 017c9cb6-072f-447c-8318-d5b54f68fe89
2008-04-02Maximus V2: Modifications to have all tests OK!buret
git-svn-id: svn+ssh://pessac/svn/cesar/trunk@1736 017c9cb6-072f-447c-8318-d5b54f68fe89
2008-04-02replaced "sec_t" type definition by "cp_secu_t"chertier
git-svn-id: svn+ssh://pessac/svn/cesar/trunk@1731 017c9cb6-072f-447c-8318-d5b54f68fe89
2008-04-01doc updateboure
git-svn-id: svn+ssh://pessac/svn/cesar/trunk@1726 017c9cb6-072f-447c-8318-d5b54f68fe89
2008-04-01Rename the sec_t by cp_secu_t for the unit test in the beacon module.laranjeiro
git-svn-id: svn+ssh://pessac/svn/cesar/trunk@1715 017c9cb6-072f-447c-8318-d5b54f68fe89
2008-03-31cosmetic changesGuillaume
git-svn-id: svn+ssh://pessac/svn/cesar/trunk@1691 017c9cb6-072f-447c-8318-d5b54f68fe89
2008-03-31add include in headerGuillaume
git-svn-id: svn+ssh://pessac/svn/cesar/trunk@1690 017c9cb6-072f-447c-8318-d5b54f68fe89
2008-03-27Corrections applied after partly incorrect previous commit...chertier
- corrected double-definition for process_drv_start_mac_req() function - suppressed 4 other double-defined functions already implemented in station_data) git-svn-id: svn+ssh://pessac/svn/cesar/trunk@1680 017c9cb6-072f-447c-8318-d5b54f68fe89
2008-03-271st try of full station integration with CP+DP and new interface/sniffer modulechertier
- adding definitions for MAC address length and HFID max length needed for managing DRV MMEs data git-svn-id: svn+ssh://pessac/svn/cesar/trunk@1679 017c9cb6-072f-447c-8318-d5b54f68fe89
2008-03-271st try of full station integration with CP+DP and new interface/sniffer modulechertier
- phy_set_freqerror() function call corrected as phy_sysclock_set_freqerror() git-svn-id: svn+ssh://pessac/svn/cesar/trunk@1678 017c9cb6-072f-447c-8318-d5b54f68fe89
2008-03-271st try of full station integration with CP+DP and new interface/sniffer modulechertier
- not including 2 include files anymore (station context and cp/secu module definitions not needed anymore ?) git-svn-id: svn+ssh://pessac/svn/cesar/trunk@1677 017c9cb6-072f-447c-8318-d5b54f68fe89
2008-03-271st try of full station integration with CP+DP and new interface/sniffer modulechertier
- sec_t & cp_secu_t typedefs conflict (double definition) to be resolved ASAP ! - removing assert not permitting to send discover beacon in UCCo mode... - adding NID value debugging trace when preparing beacon git-svn-id: svn+ssh://pessac/svn/cesar/trunk@1676 017c9cb6-072f-447c-8318-d5b54f68fe89
2008-03-271st try of full station integration with CP+DP and new interface/sniffer modulechertier
- sec_t & cp_secu_t typedefs conflict (double definition) to be resolved ASAP ! git-svn-id: svn+ssh://pessac/svn/cesar/trunk@1675 017c9cb6-072f-447c-8318-d5b54f68fe89
2008-03-271st try of full station integration with CP+DP and new interface/sniffer modulechertier
- sec_t & cp_secu_t typedefs conflict (double definition) to be resolved ASAP ! git-svn-id: svn+ssh://pessac/svn/cesar/trunk@1674 017c9cb6-072f-447c-8318-d5b54f68fe89
2008-03-271st try of full station integration with CP+DP and new interface/sniffer modulechertier
- manage MME Tx buffers (in relation with new interface/sniffer module), defining the max number of MME Tx buffers taken into account from HLE (MME Tx buffers are used to send MMEs through the new interface/sniffer module) git-svn-id: svn+ssh://pessac/svn/cesar/trunk@1673 017c9cb6-072f-447c-8318-d5b54f68fe89
2008-03-271st try of full station integration with CP+DP and new interface/sniffer modulechertier
- using beacon context / station context ? git-svn-id: svn+ssh://pessac/svn/cesar/trunk@1672 017c9cb6-072f-447c-8318-d5b54f68fe89
2008-03-271st try of full station integration with CP+DP and new interface/sniffer modulechertier
- using message context / beacon context / station context - added or modified debugging traces - init new interface/sniffer module - manage MME Tx buffers - adding callback functions associated to new interface/sniffer module and dedicated to - receive MME Tx buffers from HLE (used later to send MMEs), - receive MMEs - receive beacons git-svn-id: svn+ssh://pessac/svn/cesar/trunk@1671 017c9cb6-072f-447c-8318-d5b54f68fe89
2008-03-271st try of full station integration with CP+DP and new interface/sniffer modulechertier
- using CL context git-svn-id: svn+ssh://pessac/svn/cesar/trunk@1670 017c9cb6-072f-447c-8318-d5b54f68fe89
2008-03-271st try of full station integration with CP+DP and new interface/sniffer modulechertier
- manage DRV MMEs to setup CP/station parameters - manage MME header with or without VLAN Tag field git-svn-id: svn+ssh://pessac/svn/cesar/trunk@1669 017c9cb6-072f-447c-8318-d5b54f68fe89
2008-03-271st try of full station integration with CP+DP and new interface/sniffer modulechertier
- manage DRV MMEs to setup CP/station parameters git-svn-id: svn+ssh://pessac/svn/cesar/trunk@1668 017c9cb6-072f-447c-8318-d5b54f68fe89
2008-03-271st try of full station integration with CP+DP and new interface/sniffer modulechertier
- using beacon context / station context ? git-svn-id: svn+ssh://pessac/svn/cesar/trunk@1667 017c9cb6-072f-447c-8318-d5b54f68fe89
2008-03-271st try of full station integration with CP+DP and new interface/sniffer modulechertier
- using beacon context / station context ? git-svn-id: svn+ssh://pessac/svn/cesar/trunk@1666 017c9cb6-072f-447c-8318-d5b54f68fe89
2008-03-271st try of full station integration with CP+DP and new interface/sniffer modulechertier
- using message context / station context ? git-svn-id: svn+ssh://pessac/svn/cesar/trunk@1665 017c9cb6-072f-447c-8318-d5b54f68fe89
2008-03-271st try of full station integration with CP+DP and new interface/sniffer modulechertier
- using message context / station context - added or modified debugging traces - manage DRV MMEs to setup CP/station parameters git-svn-id: svn+ssh://pessac/svn/cesar/trunk@1664 017c9cb6-072f-447c-8318-d5b54f68fe89
2008-03-271st try of full station integration with CP+DP and new interface/sniffer modulechertier
- using message context - manage DRV MMEs to setup CP/station parameters git-svn-id: svn+ssh://pessac/svn/cesar/trunk@1662 017c9cb6-072f-447c-8318-d5b54f68fe89
2008-03-271st try of full station integration with CP+DP and new interface/sniffer modulechertier
- manage DRV MMEs to setup CP/station parameters git-svn-id: svn+ssh://pessac/svn/cesar/trunk@1661 017c9cb6-072f-447c-8318-d5b54f68fe89
2008-03-271st try of full station integration with CP+DP and new interface/sniffer modulechertier
- manage DRV MMEs to setup CP/station parameters - using message context / station context / bitstream context - added or modified debugging traces git-svn-id: svn+ssh://pessac/svn/cesar/trunk@1660 017c9cb6-072f-447c-8318-d5b54f68fe89
2008-03-271st try of full station integration with CP+DP and new interface/sniffer modulechertier
- added new module "cco" git-svn-id: svn+ssh://pessac/svn/cesar/trunk@1659 017c9cb6-072f-447c-8318-d5b54f68fe89
2008-03-271st try of full station integration with CP+DP and new interface/sniffer modulechertier
- include definitions needed by "new" beacon management module git-svn-id: svn+ssh://pessac/svn/cesar/trunk@1658 017c9cb6-072f-447c-8318-d5b54f68fe89
2008-03-271st try of full station integration with CP+DP and new interface/sniffer modulechertier
- using message context / station context - added or modified debugging traces - manage DRV MMEs to setup CP/station parameters - call "new" beacon management module function to send discover beacon in UCCo mode git-svn-id: svn+ssh://pessac/svn/cesar/trunk@1657 017c9cb6-072f-447c-8318-d5b54f68fe89
2008-03-271st try of full station integration with CP+DP and new interface/sniffer modulechertier
- using message context - manage new interface between CP and DP git-svn-id: svn+ssh://pessac/svn/cesar/trunk@1656 017c9cb6-072f-447c-8318-d5b54f68fe89
2008-03-271st try of full station integration with CP+DP and new interface/sniffer modulechertier
- using station context - adding many debugging traces git-svn-id: svn+ssh://pessac/svn/cesar/trunk@1655 017c9cb6-072f-447c-8318-d5b54f68fe89
2008-03-271st try of full station integration with CP+DP and new interface/sniffer modulechertier
- using station context - renaming some functions - adding new functions git-svn-id: svn+ssh://pessac/svn/cesar/trunk@1654 017c9cb6-072f-447c-8318-d5b54f68fe89
2008-03-27Use of message context instead of direct pointer to message buffer (1st try ↵chertier
of full station integration with CP+DP and new interface/sniffer module between CP and DP) git-svn-id: svn+ssh://pessac/svn/cesar/trunk@1653 017c9cb6-072f-447c-8318-d5b54f68fe89
2008-03-27Use of station context in function prototypes (1st try of full station ↵chertier
integration with CP+DP) git-svn-id: svn+ssh://pessac/svn/cesar/trunk@1652 017c9cb6-072f-447c-8318-d5b54f68fe89
2008-03-27Station context definition (1st try of full station integration with CP+DP)chertier
git-svn-id: svn+ssh://pessac/svn/cesar/trunk@1651 017c9cb6-072f-447c-8318-d5b54f68fe89
2008-03-27(Suppressed an inactive include file definition)chertier
git-svn-id: svn+ssh://pessac/svn/cesar/trunk@1650 017c9cb6-072f-447c-8318-d5b54f68fe89
2008-03-27Corrected typedef for NID type definition (54bits can't be represented with ↵chertier
a 32bits typedef !) git-svn-id: svn+ssh://pessac/svn/cesar/trunk@1649 017c9cb6-072f-447c-8318-d5b54f68fe89
2008-03-26add docsboure
git-svn-id: svn+ssh://pessac/svn/cesar/trunk@1638 017c9cb6-072f-447c-8318-d5b54f68fe89
2008-03-19Maximus V2: VLAN Tag now is an optional field of Ethernet frames and MMEs.buret
git-svn-id: svn+ssh://pessac/svn/cesar/trunk@1622 017c9cb6-072f-447c-8318-d5b54f68fe89
2008-03-17Update the tests.laranjeiro
git-svn-id: svn+ssh://pessac/svn/cesar/trunk@1606 017c9cb6-072f-447c-8318-d5b54f68fe89
2008-03-14Small modifications concernig the uncoordinated modeboure
git-svn-id: svn+ssh://pessac/svn/cesar/trunk@1602 017c9cb6-072f-447c-8318-d5b54f68fe89
2008-03-10 Update : page settingboure
git-svn-id: svn+ssh://pessac/svn/cesar/trunk@1588 017c9cb6-072f-447c-8318-d5b54f68fe89
2008-03-10 Add : Beacon Period in Uncoordinated and Coordinated modeboure
git-svn-id: svn+ssh://pessac/svn/cesar/trunk@1587 017c9cb6-072f-447c-8318-d5b54f68fe89
2008-03-07Added the beacon documentation.laranjeiro
git-svn-id: svn+ssh://pessac/svn/cesar/trunk@1581 017c9cb6-072f-447c-8318-d5b54f68fe89
2008-03-06Added the mac_config to the sta.laranjeiro
git-svn-id: svn+ssh://pessac/svn/cesar/trunk@1573 017c9cb6-072f-447c-8318-d5b54f68fe89
2008-03-05Update the tests cause the of remve of the mac_address in the cp_sta_t laranjeiro
structure, it has been moved to the mac_config. git-svn-id: svn+ssh://pessac/svn/cesar/trunk@1558 017c9cb6-072f-447c-8318-d5b54f68fe89
2008-03-04Update the cp beacon module to use the interface module.laranjeiro
git-svn-id: svn+ssh://pessac/svn/cesar/trunk@1551 017c9cb6-072f-447c-8318-d5b54f68fe89