Notes:receive go neg confirm or send go neg response
wpas_go_neg_completed -> wpas_start_wps_go -> wpa_supplicant_scan -> wpa_supplicant_associate->wpa_supplicant->create_ap -> wpa_driver_nl80211_ap->wpa_driver_nl80211_set_mode->
wpa_driver_nl80211_set_freq->hostapd_config_defaults->wpa_supplicant_conf_ap->wpas_p2p_group_init->p2p_group_update_ies->wpa_supplicant_ap_update_beacon->hostapd_setup_interface
after receive p2p neg confirm frame successfully or successfully send p2p neg response,wpas_go_neg_completed do some init after go neg done. in init procedure,do STA/AP mode change,from STA to GO(AP),after init finished,
config AP capablity (assemble probe response ie and beacon ie),and do P2P Group init later.
阅读(2638) | 评论(0) | 转发(0) |