wpa.c
内容 | 行数 | 比率 |
---|---|---|
コメント行数 | 211 | 22% |
空行行数 | 168 | 17% |
実行行数 | 594 | 61% |
合計行数 | 973 | 100% |
内容 | 定義数 |
---|---|
関数数 | 19 |
No. | 型 | 名称 | 属性 | 説明 |
---|---|---|---|---|
1 |
Static | wpa_fail | static int | Return an error code and deauthenticate |
2 |
Static | wpa_find_cryptosystem | static struct net80211_crypto * | Find a cryptosystem handler structure from a crypto ID |
3 |
Function | wpa_find_kie | struct wpa_kie * | Find WPA key integrity and encryption handler from key version field |
4 |
Function | wpa_make_rsn_ie | int | Construct RSN or WPA information element |
5 |
Function | wpa_start | int | Set up generic WPA support to handle 4-Way Handshake |
6 |
Function | wpa_stop | void | Disable handling of received WPA handshake frames |
7 |
Function | wpa_check_pmkid | int | Check PMKID consistency |
8 |
Static | wpa_derive_ptk | static void | Derive pairwise transient key |
9 |
Inline | wpa_install_ptk | static inline int | Install pairwise transient key |
10 |
Inline | wpa_install_gtk | static inline int | Install group transient key |
11 |
Static | wpa_maybe_install_gtk | static int | Search for group transient key, and install it if found |
12 |
Static | wpa_alloc_frame | static struct io_buffer * | Allocate I/O buffer for construction of outgoing EAPOL-Key frame |
13 |
Static | wpa_send_eapol | static int | Send EAPOL-Key packet |
14 |
Static | wpa_send_2_of_4 | static int | Send second frame in 4-Way Handshake |
15 |
Static | wpa_handle_1_of_4 | static int | Handle receipt of first frame in 4-Way Handshake |
16 |
Static | wpa_send_final | static int | Send fourth frame in 4-Way Handshake, or second in Group Key Handshake |
17 |
Static | wpa_handle_3_of_4 | static int | Handle receipt of third frame in 4-Way Handshake |
18 |
Static | wpa_handle_1_of_2 | static int | Handle receipt of first frame in Group Key Handshake |
19 |
Static | eapol_key_rx | static int | Handle receipt of EAPOL-Key frame for WPA |
目次 | ファイル一覧 | 関数一覧 | ネームスペース一覧 | クラス一覧 | #define一覧 | マクロ一覧 | 外部変数一覧 | 構造体一覧 | 共用体一覧 | 列挙体一覧 | Const一覧 | 索引 | サイドメニュー