Home
last modified time | relevance | path

Searched refs:assoc_stat (Results 1 – 6 of 6) sorted by relevance

/linux-3.4.99/drivers/staging/wlags49_h2/
Dwl_util.c1318 ASSOC_STATUS_STRCT *assoc_stat; in wl_process_assoc_status() local
1327 assoc_stat = (ASSOC_STATUS_STRCT *)&lp->assoc_stat; in wl_process_assoc_status()
1329 wl_endian_translate_event( (ltv_t *)assoc_stat ); in wl_process_assoc_status()
1331 switch( assoc_stat->assocStatus ) { in wl_process_assoc_status()
1346 assoc_stat->assocStatus ); in wl_process_assoc_status()
1350 DBG_TRACE(DbgInfo, "STA Address : %pM\n", assoc_stat->staAddr); in wl_process_assoc_status()
1352 if(( assoc_stat->assocStatus == 2 ) && ( assoc_stat->len == 8 )) { in wl_process_assoc_status()
1354 assoc_stat->oldApAddr); in wl_process_assoc_status()
Dmdd.h366 X3( CFG_ASSOC_STAT, assoc_stat, station_addr[3], val[46] ) /*Association status, basic */
367 X2( CFG_ASSOC_STAT3, assoc_stat, station_addr[3] ) /*assoc_stat:3 */
368 X3( CFG_ASSOC_STAT1, assoc_stat, station_addr[3], frame_body[43] ) /*assoc_stat:1 */
369 …X4( CFG_ASSOC_STAT2, assoc_stat, station_addr[3], old_ap_addr[3], frame_body[43] ) /*assoc_stat:2 …
Dwl_main.c1407 lp->RidList[i].len = sizeof( lp->assoc_stat ); in wl_put_ltv_init()
1409 lp->RidList[i].bufp = (wci_recordp)&lp->assoc_stat; in wl_put_ltv_init()
1410 lp->assoc_stat.len = 0xFFFF; in wl_put_ltv_init()
2242 if ( lp->assoc_stat.len != 0xFFFF ) { in wl_isr_handler()
2244 lp->assoc_stat.len = 0xFFFF; in wl_isr_handler()
Dwl_internal.h901 ASSOC_STATUS_STRCT assoc_stat; member
/linux-3.4.99/drivers/net/ethernet/toshiba/
Dps3_gelic_wireless.c250 if (wl->assoc_stat == GELIC_WL_ASSOC_STAT_ASSOCIATED) in gelic_wl_get_link()
1004 wl->assoc_stat == GELIC_WL_ASSOC_STAT_ASSOCIATED) { in gelic_wl_get_essid()
1190 if (wl->assoc_stat == GELIC_WL_ASSOC_STAT_ASSOCIATED) { in gelic_wl_get_ap()
2005 wl->assoc_stat = GELIC_WL_ASSOC_STAT_ASSOCIATING; in gelic_wl_associate_bss()
2010 wl->assoc_stat = GELIC_WL_ASSOC_STAT_DISCONN; in gelic_wl_associate_bss()
2027 wl->assoc_stat = GELIC_WL_ASSOC_STAT_DISCONN; in gelic_wl_associate_bss()
2031 wl->assoc_stat = GELIC_WL_ASSOC_STAT_ASSOCIATED; in gelic_wl_associate_bss()
2100 if (wl->assoc_stat == GELIC_WL_ASSOC_STAT_ASSOCIATED) in gelic_wl_disconnect_event()
2103 wl->assoc_stat = GELIC_WL_ASSOC_STAT_DISCONN; in gelic_wl_disconnect_event()
2200 if (wl->assoc_stat != GELIC_WL_ASSOC_STAT_DISCONN) in gelic_wl_assoc_worker()
[all …]
Dps3_gelic_wireless.h271 enum gelic_wl_assoc_state assoc_stat; member