Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions
cam.c File Reference
#include <linux/export.h>
#include "wifi.h"
#include "cam.h"

Go to the source code of this file.

Functions

void rtl_cam_reset_sec_info (struct ieee80211_hw *hw)
 
u8 rtl_cam_add_one_entry (struct ieee80211_hw *hw, u8 *mac_addr, u32 ul_key_id, u32 ul_entry_idx, u32 ul_enc_alg, u32 ul_default_key, u8 *key_content)
 
 EXPORT_SYMBOL (rtl_cam_add_one_entry)
 
int rtl_cam_delete_one_entry (struct ieee80211_hw *hw, u8 *mac_addr, u32 ul_key_id)
 
 EXPORT_SYMBOL (rtl_cam_delete_one_entry)
 
void rtl_cam_reset_all_entry (struct ieee80211_hw *hw)
 
 EXPORT_SYMBOL (rtl_cam_reset_all_entry)
 
void rtl_cam_mark_invalid (struct ieee80211_hw *hw, u8 uc_index)
 
 EXPORT_SYMBOL (rtl_cam_mark_invalid)
 
void rtl_cam_empty_entry (struct ieee80211_hw *hw, u8 uc_index)
 
 EXPORT_SYMBOL (rtl_cam_empty_entry)
 
u8 rtl_cam_get_free_entry (struct ieee80211_hw *hw, u8 *sta_addr)
 
 EXPORT_SYMBOL (rtl_cam_get_free_entry)
 
void rtl_cam_del_entry (struct ieee80211_hw *hw, u8 *sta_addr)
 
 EXPORT_SYMBOL (rtl_cam_del_entry)
 

Function Documentation

EXPORT_SYMBOL ( rtl_cam_add_one_entry  )
EXPORT_SYMBOL ( rtl_cam_delete_one_entry  )
EXPORT_SYMBOL ( rtl_cam_reset_all_entry  )
EXPORT_SYMBOL ( rtl_cam_mark_invalid  )
EXPORT_SYMBOL ( rtl_cam_empty_entry  )
EXPORT_SYMBOL ( rtl_cam_get_free_entry  )
EXPORT_SYMBOL ( rtl_cam_del_entry  )
u8 rtl_cam_add_one_entry ( struct ieee80211_hw hw,
u8 mac_addr,
u32  ul_key_id,
u32  ul_entry_idx,
u32  ul_enc_alg,
u32  ul_default_key,
u8 key_content 
)

Definition at line 124 of file cam.c.

void rtl_cam_del_entry ( struct ieee80211_hw hw,
u8 sta_addr 
)

Definition at line 321 of file cam.c.

int rtl_cam_delete_one_entry ( struct ieee80211_hw hw,
u8 mac_addr,
u32  ul_key_id 
)

Definition at line 158 of file cam.c.

void rtl_cam_empty_entry ( struct ieee80211_hw hw,
u8  uc_index 
)

Definition at line 233 of file cam.c.

u8 rtl_cam_get_free_entry ( struct ieee80211_hw hw,
u8 sta_addr 
)

Definition at line 287 of file cam.c.

void rtl_cam_mark_invalid ( struct ieee80211_hw hw,
u8  uc_index 
)

Definition at line 192 of file cam.c.

void rtl_cam_reset_all_entry ( struct ieee80211_hw hw)

Definition at line 182 of file cam.c.

void rtl_cam_reset_sec_info ( struct ieee80211_hw hw)

Definition at line 34 of file cam.c.