踏实做事,认真做人
分类: 嵌入式
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 ------------|