Searched refs:sta_ptr (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/hostap/
H A Dhostap_ap.h233 void *sta_ptr; member in struct:hostap_tx_data
248 void **sta_ptr);
H A Dhostap_ioctl.c3183 void *sta_ptr; local
3200 sta_ptr = NULL;
3205 sta_ptr = ap_crypt_get_ptrs(local->ap, addr, 0, &crypt);
3206 if (sta_ptr == NULL) {
3259 if (sta_ptr || ext->alg != IW_ENCODE_ALG_WEP) {
3308 if (!sta_ptr)
3313 if (sta_ptr == NULL && ext->key_len > 0) {
3326 if (sta_ptr)
3327 hostap_handle_sta_release(sta_ptr);
3355 void *sta_ptr; local
3425 void *sta_ptr; local
3560 void *sta_ptr; local
[all...]
H A Dhostap_80211_tx.c395 tx.sta_ptr = NULL;
544 if (tx.sta_ptr)
545 hostap_handle_sta_release(tx.sta_ptr);
H A Dhostap_ap.c2778 tx->sta_ptr = sta; /* hostap_handle_sta_release() will
3039 void **sta_ptr)
3054 *sta_ptr = sta;
3036 hostap_handle_sta_crypto(local_info_t *local, struct ieee80211_hdr *hdr, struct lib80211_crypt_data **crypt, void **sta_ptr) argument

Completed in 55 milliseconds