• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7800-V1.0.2.28/target/linux/s3c24xx/files-2.6.30/drivers/ar6000/include/

Lines Matching refs:wmip

58 void wmi_qos_state_init(struct wmi_t *wmip);
59 void wmi_shutdown(struct wmi_t *wmip);
61 A_STATUS wmi_dix_2_dot3(struct wmi_t *wmip, void *osbuf);
62 A_STATUS wmi_data_hdr_add(struct wmi_t *wmip, void *osbuf, A_UINT8 msgType);
63 A_STATUS wmi_dot3_2_dix(struct wmi_t *wmip, void *osbuf);
64 A_STATUS wmi_data_hdr_remove(struct wmi_t *wmip, void *osbuf);
65 A_STATUS wmi_syncpoint(struct wmi_t *wmip);
66 A_STATUS wmi_syncpoint_reset(struct wmi_t *wmip);
67 WMI_PRI_STREAM_ID wmi_get_stream_id(struct wmi_t *wmip, A_UINT8 trafficClass);
68 A_UINT8 wmi_implicit_create_pstream(struct wmi_t *wmip, void *osbuf, A_UINT8 dir, A_UINT8 up);
70 A_STATUS wmi_control_rx(struct wmi_t *wmip, void *osbuf);
71 void wmi_iterate_nodes(struct wmi_t *wmip, wlan_node_iter_func *f, void *arg);
72 void wmi_free_allnodes(struct wmi_t *wmip);
73 bss_t *wmi_find_node(struct wmi_t *wmip, const A_UINT8 *macaddr);
84 A_STATUS wmi_cmd_send(struct wmi_t *wmip, void *osbuf, WMI_COMMAND_ID cmdId,
86 A_STATUS wmi_connect_cmd(struct wmi_t *wmip,
99 A_STATUS wmi_reconnect_cmd(struct wmi_t *wmip,
102 A_STATUS wmi_disconnect_cmd(struct wmi_t *wmip);
103 A_STATUS wmi_getrev_cmd(struct wmi_t *wmip);
104 A_STATUS wmi_startscan_cmd(struct wmi_t *wmip, WMI_SCAN_TYPE scanType,
107 A_STATUS wmi_scanparams_cmd(struct wmi_t *wmip, A_UINT16 fg_start_sec,
113 A_STATUS wmi_bssfilter_cmd(struct wmi_t *wmip, A_UINT8 filter, A_UINT32 ieMask);
114 A_STATUS wmi_probedSsid_cmd(struct wmi_t *wmip, A_UINT8 index, A_UINT8 flag,
116 A_STATUS wmi_listeninterval_cmd(struct wmi_t *wmip, A_UINT16 listenInterval, A_UINT16 listenBeacons);
117 A_STATUS wmi_bmisstime_cmd(struct wmi_t *wmip, A_UINT16 bmisstime, A_UINT16 bmissbeacons);
118 A_STATUS wmi_associnfo_cmd(struct wmi_t *wmip, A_UINT8 ieType,
120 A_STATUS wmi_powermode_cmd(struct wmi_t *wmip, A_UINT8 powerMode);
121 A_STATUS wmi_ibsspmcaps_cmd(struct wmi_t *wmip, A_UINT8 pmEnable, A_UINT8 ttl,
123 A_STATUS wmi_pmparams_cmd(struct wmi_t *wmip, A_UINT16 idlePeriod,
125 A_STATUS wmi_disctimeout_cmd(struct wmi_t *wmip, A_UINT8 timeout);
126 A_STATUS wmi_sync_cmd(struct wmi_t *wmip, A_UINT8 syncNumber);
127 A_STATUS wmi_create_pstream_cmd(struct wmi_t *wmip, WMI_CREATE_PSTREAM_CMD *pstream);
128 A_STATUS wmi_delete_pstream_cmd(struct wmi_t *wmip, A_UINT8 trafficClass, A_UINT8 streamID);
129 A_STATUS wmi_set_bitrate_cmd(struct wmi_t *wmip, A_INT32 rate);
130 A_STATUS wmi_get_bitrate_cmd(struct wmi_t *wmip);
131 A_INT8 wmi_validate_bitrate(struct wmi_t *wmip, A_INT32 rate);
132 A_STATUS wmi_get_regDomain_cmd(struct wmi_t *wmip);
133 A_STATUS wmi_get_channelList_cmd(struct wmi_t *wmip);
134 A_STATUS wmi_set_channelParams_cmd(struct wmi_t *wmip, A_UINT8 scanParam,
138 A_STATUS wmi_set_snr_threshold_params(struct wmi_t *wmip,
140 A_STATUS wmi_set_rssi_threshold_params(struct wmi_t *wmip,
142 A_STATUS wmi_clr_rssi_snr(struct wmi_t *wmip);
143 A_STATUS wmi_set_lq_threshold_params(struct wmi_t *wmip,
145 A_STATUS wmi_set_rts_cmd(struct wmi_t *wmip, A_UINT16 threshold);
146 A_STATUS wmi_set_lpreamble_cmd(struct wmi_t *wmip, A_UINT8 status);
148 A_STATUS wmi_set_error_report_bitmask(struct wmi_t *wmip, A_UINT32 bitmask);
150 A_STATUS wmi_get_challenge_resp_cmd(struct wmi_t *wmip, A_UINT32 cookie,
152 A_STATUS wmi_config_debug_module_cmd(struct wmi_t *wmip, A_UINT16 mmask,
155 A_STATUS wmi_get_stats_cmd(struct wmi_t *wmip);
156 A_STATUS wmi_addKey_cmd(struct wmi_t *wmip, A_UINT8 keyIndex,
161 A_STATUS wmi_add_krk_cmd(struct wmi_t *wmip, A_UINT8 *krk);
162 A_STATUS wmi_delete_krk_cmd(struct wmi_t *wmip);
163 A_STATUS wmi_deleteKey_cmd(struct wmi_t *wmip, A_UINT8 keyIndex);
164 A_STATUS wmi_set_akmp_params_cmd(struct wmi_t *wmip,
166 A_STATUS wmi_get_pmkid_list_cmd(struct wmi_t *wmip);
167 A_STATUS wmi_set_pmkid_list_cmd(struct wmi_t *wmip,
169 A_STATUS wmi_set_txPwr_cmd(struct wmi_t *wmip, A_UINT8 dbM);
170 A_STATUS wmi_get_txPwr_cmd(struct wmi_t *wmip);
171 A_STATUS wmi_switch_radio(struct wmi_t *wmip, A_UINT8 on);
172 A_STATUS wmi_addBadAp_cmd(struct wmi_t *wmip, A_UINT8 apIndex, A_UINT8 *bssid);
173 A_STATUS wmi_deleteBadAp_cmd(struct wmi_t *wmip, A_UINT8 apIndex);
174 A_STATUS wmi_set_tkip_countermeasures_cmd(struct wmi_t *wmip, A_BOOL en);
175 A_STATUS wmi_setPmkid_cmd(struct wmi_t *wmip, A_UINT8 *bssid, A_UINT8 *pmkId,
177 A_STATUS wmi_set_access_params_cmd(struct wmi_t *wmip, A_UINT16 txop,
180 A_STATUS wmi_set_retry_limits_cmd(struct wmi_t *wmip, A_UINT8 frameType,
184 void wmi_get_current_bssid(struct wmi_t *wmip, A_UINT8 *bssid);
186 A_STATUS wmi_get_roam_tbl_cmd(struct wmi_t *wmip);
187 A_STATUS wmi_get_roam_data_cmd(struct wmi_t *wmip, A_UINT8 roamDataType);
188 A_STATUS wmi_set_roam_ctrl_cmd(struct wmi_t *wmip, WMI_SET_ROAM_CTRL_CMD *p,
190 A_STATUS wmi_set_powersave_timers_cmd(struct wmi_t *wmip,
194 A_STATUS wmi_set_opt_mode_cmd(struct wmi_t *wmip, A_UINT8 optMode);
195 A_STATUS wmi_opt_tx_frame_cmd(struct wmi_t *wmip,
202 A_STATUS wmi_set_adhoc_bconIntvl_cmd(struct wmi_t *wmip, A_UINT16 intvl);
203 A_STATUS wmi_set_voice_pkt_size_cmd(struct wmi_t *wmip, A_UINT16 voicePktSize);
204 A_STATUS wmi_set_max_sp_len_cmd(struct wmi_t *wmip, A_UINT8 maxSpLen);
206 A_UINT8 wmi_get_power_mode_cmd(struct wmi_t *wmip);
210 A_STATUS wmi_test_cmd(struct wmi_t *wmip, A_UINT8 *buf, A_UINT32 len);
213 A_STATUS wmi_set_bt_status_cmd(struct wmi_t *wmip, A_UINT8 streamType, A_UINT8 status);
214 A_STATUS wmi_set_bt_params_cmd(struct wmi_t *wmip, WMI_SET_BT_PARAMS_CMD* cmd);
220 A_STATUS wmi_set_fixrates_cmd(struct wmi_t *wmip, A_INT16 fixRatesMask);
221 A_STATUS wmi_get_ratemask_cmd(struct wmi_t *wmip);
223 A_STATUS wmi_set_authmode_cmd(struct wmi_t *wmip, A_UINT8 mode);
225 A_STATUS wmi_set_reassocmode_cmd(struct wmi_t *wmip, A_UINT8 mode);
227 A_STATUS wmi_set_wmm_cmd(struct wmi_t *wmip, WMI_WMM_STATUS status);
228 A_STATUS wmi_set_wmm_txop(struct wmi_t *wmip, WMI_TXOP_CFG txEnable);
230 A_STATUS wmi_get_keepalive_configured(struct wmi_t *wmip);
231 A_UINT8 wmi_get_keepalive_cmd(struct wmi_t *wmip);
232 A_STATUS wmi_set_keepalive_cmd(struct wmi_t *wmip, A_UINT8 keepaliveInterval);
234 A_STATUS wmi_set_appie_cmd(struct wmi_t *wmip, A_UINT8 mgmtFrmType,
237 A_STATUS wmi_set_halparam_cmd(struct wmi_t *wmip, A_UINT8 *cmd, A_UINT16 dataLen);
241 A_STATUS wmi_set_host_sleep_mode_cmd(struct wmi_t *wmip, WMI_SET_HOST_SLEEP_MODE_CMD *cmd);
242 A_STATUS wmi_set_wow_mode_cmd(struct wmi_t *wmip, WMI_SET_WOW_MODE_CMD *cmd);
243 A_STATUS wmi_get_wow_list_cmd(struct wmi_t *wmip, WMI_GET_WOW_LIST_CMD *cmd);
244 A_STATUS wmi_add_wow_pattern_cmd(struct wmi_t *wmip,
246 A_STATUS wmi_del_wow_pattern_cmd(struct wmi_t *wmip,
248 A_STATUS wmi_set_wsc_status_cmd(struct wmi_t *wmip, A_UINT32 status);
251 wmi_find_Ssidnode (struct wmi_t *wmip, A_UCHAR *pSsid,
255 wmi_node_return (struct wmi_t *wmip, bss_t *bss);