/wlan-driver/wpa_supplicant_8/wpa_supplicant/doc/docbook/ |
H A D | wpa_priv.sgml |
|
H A D | wpa_supplicant.sgml |
|
H A D | wpa_passphrase.sgml |
|
H A D | wpa_cli.sgml |
|
H A D | wpa_supplicant.conf.sgml |
|
H A D | eapol_test.sgml |
|
H A D | wpa_gui.sgml |
|
/wlan-driver/qcacld-3.0/core/hdd/src/ |
H A D | wlan_hdd_ioctl.c | 178 static int drv_cmd_validate(uint8_t *command, int len) in drv_cmd_validate() argument 180 if (command[len] != ' ') in drv_cmd_validate() 430 hdd_parse_send_action_frame_v1_data(const uint8_t *command, in hdd_parse_send_action_frame_v1_data() argument 436 const uint8_t *in_ptr = command; in hdd_parse_send_action_frame_v1_data() 544 static int hdd_parse_reassoc_command_v1_data(const uint8_t *command, in hdd_parse_reassoc_command_v1_data() argument 548 const uint8_t *in_ptr = command; in hdd_parse_reassoc_command_v1_data() 574 static int hdd_parse_reassoc_v1(struct hdd_adapter *adapter, const char *command) in hdd_parse_reassoc_v1() argument 585 ret = hdd_parse_reassoc_command_v1_data(command, bssid, &freq, pdev); in hdd_parse_reassoc_v1() 613 const char *command, in hdd_parse_reassoc_v2() argument 632 memcpy(¶ms, command + 8, sizeof(params)); in hdd_parse_reassoc_v2() [all …]
|
/wlan-driver/qcacld-3.0/core/sme/inc/ |
H A D | sme_inside.h | 104 eSmeCommandType command; member 175 void csr_process_set_dual_mac_config(struct mac_context *mac, tSmeCmd *command); 176 void csr_process_set_antenna_mode(struct mac_context *mac, tSmeCmd *command); 177 void csr_process_set_hw_mode(struct mac_context *mac, tSmeCmd *command); 178 void csr_process_nss_update_req(struct mac_context *mac, tSmeCmd *command); 179 void csr_process_sap_ch_width_update(struct mac_context *mac, tSmeCmd *command);
|
H A D | sme_power_save_api.h | 28 enum sme_ps_cmd command); 39 enum sme_ps_cmd command); 43 enum sme_ps_cmd command);
|
/wlan-driver/wpa_supplicant_8/wpa_supplicant/vendor_aidl/ |
H A D | vendorsta_iface.cpp |
|
H A D | vendorsta_iface.h |
|
/wlan-driver/qcacld-3.0/core/sme/src/common/ |
H A D | sme_power_save.c | 283 enum sme_ps_cmd command) in sme_ps_process_command() argument 291 sme_debug("Vdev id %d, Power Save command %d", session_id, command); in sme_ps_process_command() 292 switch (command) { in sme_ps_process_command() 306 sme_err("Invalid command type: %d", command); in sme_ps_process_command() 311 sme_err("Not able to enter in PS, Command: %d", command); in sme_ps_process_command() 328 uint32_t vdev_id, enum sme_ps_cmd command) in sme_enable_sta_ps_check() argument 342 if (command == SME_PS_ENABLE && !usr_cfg_ps_enable) { in sme_enable_sta_ps_check() 352 if (command == SME_PS_DISABLE) in sme_enable_sta_ps_check() 373 enum sme_ps_cmd command) in sme_ps_enable_disable() argument 384 status = sme_enable_sta_ps_check(mac_ctx, vdev_id, command); in sme_ps_enable_disable() [all …]
|
H A D | sme_trace.c | 155 static uint8_t *sme_trace_get_command_string(uint32_t command) in sme_trace_get_command_string() argument 157 switch (command) { in sme_trace_get_command_string()
|
H A D | sme_api.c | 155 tSmeCmd *command = NULL; in sme_process_set_hw_mode_resp() local 178 command = GET_BASE_ADDR(entry, tSmeCmd, Link); in sme_process_set_hw_mode_resp() 179 if (!command) { in sme_process_set_hw_mode_resp() 184 if (e_sme_command_set_hw_mode != command->command) { in sme_process_set_hw_mode_resp() 189 callback = command->u.set_hw_mode_cmd.set_hw_mode_cb; in sme_process_set_hw_mode_resp() 190 reason = command->u.set_hw_mode_cmd.reason; in sme_process_set_hw_mode_resp() 191 session_id = command->u.set_hw_mode_cmd.session_id; in sme_process_set_hw_mode_resp() 192 request_id = command->u.set_hw_mode_cmd.request_id; in sme_process_set_hw_mode_resp() 195 command->u.set_hw_mode_cmd.reason, in sme_process_set_hw_mode_resp() 196 command->u.set_hw_mode_cmd.session_id); in sme_process_set_hw_mode_resp() [all …]
|
/wlan-driver/wpa_supplicant_8/wpa_supplicant/ |
H A D | README-P2P |
|
H A D | README-WPS |
|
H A D | README |
|
H A D | ChangeLog |
|
/wlan-driver/qca-wifi-host-cmn/os_if/linux/gpio/src/ |
H A D | wlan_cfg80211_gpio.c | 361 uint32_t command; in wlan_cfg80211_start_gpio_config() local 372 command = nla_get_u32( in wlan_cfg80211_start_gpio_config() 375 if (command == QCA_WLAN_VENDOR_GPIO_CONFIG) { in wlan_cfg80211_start_gpio_config() 377 } else if (command == QCA_WLAN_VENDOR_GPIO_OUTPUT) { in wlan_cfg80211_start_gpio_config()
|
/wlan-driver/wpa_supplicant_8/wpa_supplicant/examples/ |
H A D | dpp-qrcode.py |
|
/wlan-driver/qcacld-3.0/core/hdd/inc/ |
H A D | wlan_hdd_p2p.h | 61 int hdd_set_p2p_opps(struct net_device *dev, uint8_t *command); 62 int hdd_set_p2p_noa(struct net_device *dev, uint8_t *command);
|
/wlan-driver/qcacld-3.0/core/sme/src/csr/ |
H A D | csr_api_roam.c | 398 sme_info("Command %d already in process", sme_cmd->command); in csr_continue_peer_disconnect_after_get_stats() 402 switch (sme_cmd->command) { in csr_continue_peer_disconnect_after_get_stats() 411 sme_info("Invalid command %d vdev_id %d", sme_cmd->command, in csr_continue_peer_disconnect_after_get_stats() 2318 if (sme_cmd->command == eSmeCommandRoam && in csr_peer_mac_match_cmd() 2329 if (sme_cmd->command == eSmeCommandWmStatusChange) { in csr_peer_mac_match_cmd() 2522 cmd->command = eSmeCommandRoam; in csr_roam_issue_discon_sta_roam_cmd() 2738 if (eSmeCommandRoam == sme_cmd->command) { in csr_roam_complete() 3699 pCommand->command = eSmeCommandWmStatusChange; in csr_roam_issue_wm_status_change() 4535 if (eSmeCommandWmStatusChange == pCommand->command) { in csr_roam_wm_status_change_complete() 6700 switch (pCommand->command) { in csr_free_cmd_memory() [all …]
|
/wlan-driver/qcacld-3.0/components/target_if/connection_mgr/src/ |
H A D | target_if_cm_roam_offload.c | 839 target_if_cm_roam_disconnect_params(wmi_unified_t wmi_handle, uint8_t command, in target_if_cm_roam_disconnect_params() argument 844 switch (command) { in target_if_cm_roam_disconnect_params() 870 target_if_cm_roam_idle_params(wmi_unified_t wmi_handle, uint8_t command, in target_if_cm_roam_idle_params() argument 876 switch (command) { in target_if_cm_roam_idle_params() 920 target_if_cm_roam_disconnect_params(wmi_unified_t wmi_handle, uint8_t command, in target_if_cm_roam_disconnect_params() argument 926 target_if_cm_roam_idle_params(wmi_unified_t wmi_handle, uint8_t command, in target_if_cm_roam_idle_params() argument 1181 target_if_cm_roam_scan_filter(wmi_unified_t wmi_handle, uint8_t command, in target_if_cm_roam_scan_filter() argument 1192 if (command != ROAM_SCAN_OFFLOAD_STOP) { in target_if_cm_roam_scan_filter() 1199 if (command == ROAM_SCAN_OFFLOAD_START) { in target_if_cm_roam_scan_filter() 1209 if (command != ROAM_SCAN_OFFLOAD_START) { in target_if_cm_roam_scan_filter()
|
/wlan-driver/wpa_supplicant_8/hostapd/ |
H A D | README-WPS |
|