Chinaunix首页 | 论坛 | 博客
  • 博客访问: 423047
  • 博文数量: 115
  • 博客积分: 10
  • 博客等级: 民兵
  • 技术积分: 393
  • 用 户 组: 普通用户
  • 注册时间: 2011-02-26 12:10
个人简介

踏实做事,认真做人

文章分类

全部博文(115)

文章存档

2017年(1)

2016年(2)

2015年(14)

2014年(63)

2013年(35)

分类: 嵌入式

2013-07-17 11:07:08

NL80211_CMD_REGISTER_FRAME -> mgmt_frame_register
NL80211_CMD_SET_INTERFACE  -> change_virtual_intf
NL80211_CMD_NEW_INTERFACE  -> add_virtual_intf

->get_capa() -> wpa_driver_nl80211_get_capa()
->set_country -> wpa_driver_nl80211_set_country() -> NL80211_CMD_REQ_SET_REG
->set_freq -> i802_set_freq ->NL80211_CMD_SET_WIPHY->set_channel
->set_rate_sets() -> i802_set_rate_sets() -> NL80211_CMD_SET_BSS->change_bss
->set_rts -> i802_set_rts()-> NL80211_CMD_SET_WIPHY---->
                |->set_wiphy_params
->set_frag()->i802_set_frag()->NL80211_CMD_SET_WIPHY--->

->set_tx_queue_params->i802_set_tx_queue_params -> NL80211_CMD_SET_WIPHY->set_txq_params

->flush -> i802_flush -> NL80211_CMD_DEL_STATION->del_station
->sta_deauth->i802_sta_deauth->wpa_driver_nl80211_send_mlme

->set_key()[WPA_ALG_NONE] -> wpa_driver_nl80211_set_key -> NL80211_CMD_NEW_KEY->add_key

->set_beacon()-> wpa_driver_nl80211_set_beacon-> NL80211_CMD_SET_BEACON -> set_beacon
             -> NL80211_CMD_NEW_BEACON -> add_beacon
->set_ht_params -> i802_set_ht_params       ------------|
->set_cts_protect->i802_set_cts_protect       ------------|
->set_short_slot_time() -> i802_set_short_slot_time ------------|->NL80211_CMD_SET_BSS -> change_bss
->set_preamble -> i802_set_preamble        ------------|
->set_intra_bss() -> nl80211_set_intra_bss    ------------|

阅读(4046) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~